Unable to install Pycuda on Jetson TX2 with Python 3.6 in docker container #367
Unanswered
frankvp11
asked this question in
Troubleshooting
Replies: 1 comment 7 replies
-
The issue appears to be that you're using a numpy version that's not compatible with 3.6. Try running |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I am unable to install Pycuda==2020.1 in a Docker container on my Jetson TX2
To Reproduce
pip install pycuda==2020.1 (in a docker file)
Expected behavior
It would install in my container on python 3.6
Environment (please complete the following information):
Keep in mind that I am trying to do this on Python 3.6 in a Docker Container on a Jetson TX2. I have pasted the full output below.
Beta Was this translation helpful? Give feedback.
All reactions