You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/gentex/projects/Genesis/examples/tutorials/hello_genesis.py", line 4, in
import genesis as gs
File "/home/gentex/projects/Genesis/genesis/init.py", line 17, in
import torch
File "/home/gentex/miniconda3/envs/g5/lib/python3.10/site-packages/torch/init.py", line 367, in
from torch._C import * # noqa: F403
ImportError: /home/gentex/miniconda3/envs/g5/lib/python3.10/site-packages/torch/lib/../../nvidia/cusparse/lib/libcusparse.so.12: undefined symbol: __nvJitLinkComplete_12_4, version libnvJitLink.so.12
The text was updated successfully, but these errors were encountered:
Thanks for your answer.
I finally succeeded to run the hello_genesis.py with using show_viewer=False
when setting show_viewer=True Im getting this error msg:
Exception in thread Thread-2 (_init_and_start_app):
Traceback (most recent call last):
File "/home/gentex/miniconda3/envs/g6/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/home/gentex/miniconda3/envs/g6/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/home/gentex/projects/Genesis/genesis/ext/pyrender/viewer.py", line 1134, in _init_and_start_app
raise ValueError("Unable to initialize an OpenGL 3+ context")
ValueError: Unable to initialize an OpenGL 3+ context
Traceback (most recent call last):
File "/home/gentex/projects/Genesis/examples/tutorials/hello_genesis.py", line 4, in
import genesis as gs
File "/home/gentex/projects/Genesis/genesis/init.py", line 17, in
import torch
File "/home/gentex/miniconda3/envs/g5/lib/python3.10/site-packages/torch/init.py", line 367, in
from torch._C import * # noqa: F403
ImportError: /home/gentex/miniconda3/envs/g5/lib/python3.10/site-packages/torch/lib/../../nvidia/cusparse/lib/libcusparse.so.12: undefined symbol: __nvJitLinkComplete_12_4, version libnvJitLink.so.12
The text was updated successfully, but these errors were encountered: