-
Notifications
You must be signed in to change notification settings - Fork 8
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
No module named 'sapien.render' #16
Comments
When trying to install sapien, you can attempt to install older versions. |
Hi, I realized that warp was not properly built. I built it with cpu. So I tried to build it with cuda, but I encountered another error and I cannot understand what is the issue, here is the log: (mani_vitac) bwu@coloane:~/projects/gelsight_simulators/sapienipc-exp/warp_$ python build_lib.py --cuda_path="/usr/local/cuda-12.4" This is my nvidia-driver version: (mani_vitac) bwu@coloane:~/projects/gelsight_simulators/sapienipc-exp/warp_$ nvidia-smi +-----------------------------------------------------------------------------------------+ (mani_vitac) bwu@coloane:~/projects/gelsight_simulators/sapienipc-exp/warp_$ nvcc --version I tried with both the main branch and the forked branch(87f79dcee9152c67eb19b07c9c70ae961444cc61) of warp repository. In both cases, I have the same error. Thank you very much for your help in advance! |
It seems that |
Hi, Thank you for your quick reply, I tried sudo apt-get install g++. But it is still giving me the same error. (mani_vitac) bwu@coloane : ~/projects/gelsight_simulators/sapienipc-exp/warp_$ sudo apt-get install g++ (mani_vitac) bwu@coloane:~/projects/gelsight_simulators/sapienipc-exp/warp_$ python build_lib.py --cuda_path="/usr/local/cuda-12" |
Hi,
I am trying to install and run the example universal_training_script, but I encountered the following error:
(mani_vitac) bwu@jilo:~/projects/ManiSkill-ViTac2024$ python scripts/universal_training_script.py --cfg configs/parameters/peg_insertion.yaml [--no_render]
Traceback (most recent call last):
File "/home/bwu/projects/ManiSkill-ViTac2024/scripts/universal_training_script.py", line 27, in
from arguments import *
File "/home/bwu/projects/ManiSkill-ViTac2024/scripts/arguments.py", line 9, in
from envs.long_open_lock import LongOpenLockParams
File "/home/bwu/projects/ManiSkill-ViTac2024/scripts/../envs/long_open_lock.py", line 10, in
from sapienipc.ipc_utils.user_utils import ipc_update_render_all
File "/home/bwu/projects/sapienipc-exp/src/sapienipc/ipc_utils/user_utils.py", line 3, in
from sapien.render import RenderCudaMeshComponent
ModuleNotFoundError: No module named 'sapien.render'
Could you please help me?
Thanks!
The text was updated successfully, but these errors were encountered: