-
Notifications
You must be signed in to change notification settings - Fork 78
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] pip install -e . #58
Comments
Hi, if you are interested. I put a Docker version on it. But you need CUDA 10.X for it (same for the original repo) |
@chenhengwei1999 Can you double-check if your cuda is properly installed or version is correct? Thanks @MaximilianArnold ! I will test it later. @chenhengwei1999 , you can also try @MaximilianArnold 's docker image for software setup. |
Hey, I encountered the same problem under Python 3.7 with Pytorch1.4. Have you solved it? |
I'm encountering the same issue as you mentioned, so have you resolved it now? |
When I execute pip install -e. to install rodnet, The following error occurred:
The final root cause is: <ValueError: Unknown CUDA arch (8.6) or GPU not supported>.
But I checked my environment, cuda version and pytorch version is consistent with those in your tutorial.
My gpu information is as below:
May I ask where the problem may be? Thank you in advance for your answer.
The text was updated successfully, but these errors were encountered: