Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'Viewer' object has no attribute '_pyrender_viewer' #576

Open
YMIR-GAO opened this issue Jan 15, 2025 · 0 comments
Open

Comments

@YMIR-GAO
Copy link

My python version is 3.12.8. I tried the viewer case as document and got the following error. Any solution for that? thanks.

cam_pose = scene.viewer.camera_pose()
Traceback (most recent call last):
File "", line 1, in
File "/Users/gao/.pixi/envs/default/lib/python3.12/site-packages/genesis/vis/viewer.py", line 193, in camera_pose
return np.array(self._pyrender_viewer._trackball._n_pose)
^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Viewer' object has no attribute '_pyrender_viewer'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant