-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Ubuntu:name trimesh is not defined #577
Comments
I found that switching to another cloud server rental platform and using a higher version of Cuda can solve this problem. |
Is your simulation using GPU (I suspect it is working with CPU)? Can you check the initial log for the backend? |
Thank you very much for your reply. The first hello_world demo is specified as gs.cpu in the file, so it shows as CPU. In the third comment later, I specified it as GPU, but the GPU call is 0, and there is no traditional log output from gs.init either. |
Can you try |
I just rented a 4090 server with torch and python installed on the server itself, and I pip-installed genesis-world as requested.But I got this error when running the hello_world demo file.
The text was updated successfully, but these errors were encountered: