Skip to content
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

cannot install on cudatoolkit<11.1 ? #1

Open
dyy0205 opened this issue Sep 2, 2021 · 4 comments
Open

cannot install on cudatoolkit<11.1 ? #1

dyy0205 opened this issue Sep 2, 2021 · 4 comments

Comments

@dyy0205
Copy link

dyy0205 commented Sep 2, 2021

Thank you for your great work, but i cannot install 'droid_backends' on cudatoolkit=10.1,is it must be 11.1 according to environment.yaml?

@zachteed
Copy link
Collaborator

zachteed commented Sep 2, 2021

I've tested with cuda 10.2 and 11.1, but I have not tried with 10.1. Could you post the error message you are getting when trying to compile?

@dyy0205
Copy link
Author

dyy0205 commented Sep 3, 2021

I've tested with cuda 10.2 and 11.1, but I have not tried with 10.1. Could you post the error message you are getting when trying to compile?

thank you for your reply, it's a g++ compile error
截屏2021-09-03上午10 25 21

@jasonyzhang
Copy link

jasonyzhang commented Feb 23, 2022

When I got the warning about Pytorch being compiled with g++ but c++ being the default compiler, I fixed it by doing this:

CC=gcc CXX=g++ python setup.py install

@Sylva-Lin
Copy link

I have the same problem, how did you solve this problem in the end? @dyy0205

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants