-
Notifications
You must be signed in to change notification settings - Fork 154
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
RuntimeError: Cannot find a suitable rendering device #92
Comments
Do you have GPU on your device and try |
Yes. My configuration is as follows |
Could you troubleshoot vulkan following https://haosulab.github.io/ManiSkill2/getting_started/installation.html#troubleshooting And ensure that the 3 nvidia json files exist? |
The files |
Does this produce any error? |
I run ERROR: [Loader Message] Code 0 : libGLX_nvidia.so.0: cannot open shared object file: No such file or directory |
could you check the 3 json file contents exactly as in the tutorial? |
I don't have the file 'libGLX_nvidia.so.0' in my computer. So should I change the file name in the 3 json? What name should I put in? |
Could you reinstall your nvidia driver, using newer versions like Then ensure that the 3 json files exist, and run |
Has the issue been resolved? |
After I install the package, I run the following command:
python -m mani_skill2.examples.demo_random_action
opts: []
env_kwargs: {}
Traceback (most recent call last):
File "/home/ps/anaconda3/envs/maniskill/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/ps/anaconda3/envs/maniskill/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/ps/anaconda3/envs/maniskill/lib/python3.8/site-packages/mani_skill2/examples/demo_random_action.py", line 71, in
main()
File "/home/ps/anaconda3/envs/maniskill/lib/python3.8/site-packages/mani_skill2/examples/demo_random_action.py", line 34, in main
env: BaseEnv = gym.make(
File "/home/ps/anaconda3/envs/maniskill/lib/python3.8/site-packages/gym/envs/registration.py", line 235, in make
return registry.make(id, **kwargs)
File "/home/ps/anaconda3/envs/maniskill/lib/python3.8/site-packages/gym/envs/registration.py", line 129, in make
env = spec.make(kwargs)
File "/home/ps/anaconda3/envs/maniskill/lib/python3.8/site-packages/gym/envs/registration.py", line 87, in make
env = self.entry_point(_kwargs)
File "/home/ps/anaconda3/envs/maniskill/lib/python3.8/site-packages/mani_skill2/utils/registration.py", line 92, in make
env = env_spec.make(kwargs)
File "/home/ps/anaconda3/envs/maniskill/lib/python3.8/site-packages/mani_skill2/utils/registration.py", line 34, in make
return self.cls(_kwargs)
File "/home/ps/anaconda3/envs/maniskill/lib/python3.8/site-packages/mani_skill2/envs/pick_and_place/pick_cube.py", line 22, in init
super().init(*args, **kwargs)
File "/home/ps/anaconda3/envs/maniskill/lib/python3.8/site-packages/mani_skill2/envs/pick_and_place/base_env.py", line 27, in init
super().init(*args, **kwargs)
File "/home/ps/anaconda3/envs/maniskill/lib/python3.8/site-packages/mani_skill2/envs/sapien_env.py", line 102, in init
self._renderer = sapien.SapienRenderer(**renderer_kwargs)
RuntimeError: Cannot find a suitable rendering device
The text was updated successfully, but these errors were encountered: