Getting this to run on windows is impossible for me #116
Closed
ZeroSaturn
started this conversation in
General
Replies: 1 comment
-
Also i know this isnt meant to be used easily by anyone and that they're going to improve compatibility in the future but i was just so excited. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Traceback (most recent call last):
File "C:\Users\sarae\PycharmProjects\PythonProject1\Genesis\test32.py", line 32, in
cam = scene.add_camera(
^^^^^^^^^^^^^^^^^
File "C:\Users\sarae\PycharmProjects\PythonProject1\Genesis\genesis\utils\misc.py", line 38, in wrapper
return method(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\sarae\PycharmProjects\PythonProject1\Genesis\genesis\engine\scene.py", line 453, in add_camera
return self._visualizer.add_camera(res, pos, lookat, up, model, fov, aperture, focus_dist, GUI, spp, denoise)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\sarae\PycharmProjects\PythonProject1\Genesis\genesis\vis\visualizer.py", line 72, in add_camera
gs.raise_exception("Camera not yet supported on Windows but is supposed to. Can anyone help?")
[Genesis] [20:52:59] [ERROR] Camera not yet supported on Windows but is supposed to. Can anyone help?
[Genesis] [20:52:59] [INFO] 💤 Exiting Genesis and caching compiled kernels...
(.venv) PS C:\Users\sarae\PycharmProjects\PythonProject1\Genesis>
I got this error after running the example code for the robotic arm, to output it to a mp4.
Beta Was this translation helpful? Give feedback.
All reactions