-
Notifications
You must be signed in to change notification settings - Fork 452
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
Install Error. cuda_runtime_api.h: No such file or directory #154
Comments
First make sure you do I encountered similar "no such file or directory" errors when installing third-party packages.
|
Thank you very much for your kindly help. I also encounter this similar problem when I run the bash as follows: FileNotFoundError(2, "No such file or directory: '/home/hello_LY/anaconda3/envs/imaginaire/bin/python3.8'") Looking forward to your help. |
Note requirements_conda.yaml installed Python3.9, so I do not know where that "cannot find python3.8" error comes from |
Hi, I'm using ubuntu 18.04 and 3090 with Cuda 11.1.
I encountered this problem when I tried to install it by Conda.
I already have tested Torch and Cuda, and both work.
Any advice would be thankful.
/home/ian/anaconda3/envs/imaginaire/lib/python3.8/site-packages/torch/include/ATen/ParallelOpenMP.h:87: warning: ignoring ‘#pragma omp parallel’ [-Wunknown-pragmas] 87 | #pragma omp parallel for if ((end - begin) >= grain_size) | In file included from ./src/correlation_cuda.cc:4: /home/ian/anaconda3/envs/imaginaire/lib/python3.8/site-packages/torch/include/ATen/cuda/CUDAContext.h:5:10: fatal error: cuda_runtime_api.h: No such file or directory 5 | #include <cuda_runtime_api.h> | ^~~~~~~~~~~~~~~~~~~~ compilation terminated. error: command '/usr/bin/gcc' failed with exit code 1 CUDA_VERSION: 11.1
The text was updated successfully, but these errors were encountered: