-
Notifications
You must be signed in to change notification settings - Fork 27
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
ImportError: /home/hc/dextairity/PyFlex/bindings/build/pyflex.cpython-36m-x86_64-linux-gnu.so: undefined symbol: cudaSetupArgument #6
Comments
I got the same issue. I'm running the program on Ubuntu 20.04 |
I'm thinking maybe CUDA is not installed |
I have figured out where the error was. I forgot to replace the anaconda3 directory when starting the Nvidia docker container at
|
I am also having this issue. |
@canhe173 Running the docker container attached instead of detached (removed the |
Have you run through the author's training code yet |
Hi guys,
When I run python test_sim.py, I get the following error:
Traceback (most recent call last): File "test_sim.py", line 2, in <module> from sim_env import SimEnv File "/home/hc/dextairity/sim_env.py", line 7, in <module> import pyflex ImportError: /home/hc/dextairity/PyFlex/bindings/build/pyflex.cpython-36m-x86_64-linux-gnu.so: undefined symbol: cudaSetupArgument
Can anyone help me??
The text was updated successfully, but these errors were encountered: