You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
When trying to install polybeast on WSL2 I encounter an issue with CUDA. In particular, when running: python setup.py install I get an issue with finding CUDA libraries:
CUDA errror
CMake Error at /home/seb/anaconda3/envs/brint/lib/python3.7/site-packages/cmake/data/share/cmake-3.22/Modules/CMakeDetermineCompilerId.cmake:724 (message):
Compiling the CUDA compiler identification source file
"CMakeCUDACompilerId.cu" failed.
Compiler: /usr/bin/nvcc
Build flags:
Id flags: -v
The output was:
No such file or directory
I am fairly sure I have installed CUDA and the toolkits at least somewhat correctly, as I was able to install moolib which also required the use of the CUDA compiler. I ran pip install moolib within the same virtual environment that I tried running python setup.py install, and it seemed to manage to find the files correctly and install. Do you have any idea what is going wrong? Thanks for the help!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When trying to install polybeast on WSL2 I encounter an issue with CUDA. In particular, when running:
python setup.py install
I get an issue with finding CUDA libraries:CUDA errror
CMake Error at /home/seb/anaconda3/envs/brint/lib/python3.7/site-packages/cmake/data/share/cmake-3.22/Modules/CMakeDetermineCompilerId.cmake:724 (message): Compiling the CUDA compiler identification source file "CMakeCUDACompilerId.cu" failed.Compiler: /usr/bin/nvcc
Build flags:
Id flags: -v
The output was:
No such file or directory
I am fairly sure I have installed CUDA and the toolkits at least somewhat correctly, as I was able to install moolib which also required the use of the CUDA compiler. I ran
pip install moolib
within the same virtual environment that I tried runningpython setup.py install
, and it seemed to manage to find the files correctly and install. Do you have any idea what is going wrong? Thanks for the help!The text was updated successfully, but these errors were encountered: