-
Notifications
You must be signed in to change notification settings - Fork 31
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
RuntimeError: Error compiling objects for extension #20
Comments
Hi, thanks for trying our code. |
gcc version 7.4.0 |
Does the machine you compile on have a GPU? Does it have access to the CUDA compiler ( |
Yes, it has the CUDA compiler, when I type |
Thanks, let me try to reproduce on my end. |
Thanks a lot for your help! |
Hi, thanks for your excellent work. I met some problems when running
python setup.py install
:I use :
python 3.7
pytorch 1.8.0
CUDA 10.2
Do you have any ideas how to solve this problem? Thank you.
The text was updated successfully, but these errors were encountered: