-
Notifications
You must be signed in to change notification settings - Fork 35
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
OSError: CUDA_HOME environment variable is not set #7
Comments
Same problem in Ubuntu 18.04
|
Do you have installed PyTorch+CUDA via conda? I think that could be the reason. |
Yes, is there a solution for Conda? |
I have same problem as reported above, for both Windows and Linux. |
Maybe try export CUDA_HOME=/usr/local/cuda-10.1/? |
That should work, but the problem comes when installing cuda with conda and not being able to find the installation path. |
i have the same quesion and i use win10 like you,not linux system, so finally have you solved it? |
Hi
I tried to install the package using the following command but I got OSError.
The error is the following:
Enviroment:
I think it could happen because I installed pytorch with CUDA using conda. Do I need to set up CUDA_HOME environment variable manually? Where could I find the instalation?
The text was updated successfully, but these errors were encountered: