Errors trying to install pycuda #326
Unanswered
jmpolinski
asked this question in
Q&A
Replies: 3 comments 2 replies
-
From your log:
Your installation of gcc is too old. You need a version that supports at least rudimentary C++11. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have exactly same issue with you, do you solve the problem? |
Beta Was this translation helpful? Give feedback.
0 replies
-
gcc version 5.4 vim setup.py extra_compile_args=["-std=c++11"] |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need pycuda to use with the program instaGRAAL (https://github.com/koszullab/instaGRAAL).
I've tried installing pycuda with a tar file, with git clone, and with pip - all fail. Most failures end with:
I have attached a text file with all output for reference.
pycuda_install-output.txt
Beta Was this translation helpful? Give feedback.
All reactions