-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Error building extensions #699
Comments
Looks like this is due to manually installing NVDIA drivers and CUDA Toolkit on an EC2 created from a base AMI. When I use a Ubuntu PyTorch AMI to create an EC2 instance,
Seems related to: TencentARC/GFPGAN#539 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm attempting to install BasicSR via pip and conda.
After setting the environment variable to enable extension compilation, when I build I receive the following error.
However, when I check the versions of the drivers and CUDA installed, I receive....
What's odd is that
nvcc
andNvidia-smi
do not seem to agree on the version of CUDA installed, or it's referring to the toolkit version, which is different than the actual CUDA api?The text was updated successfully, but these errors were encountered: