-
Notifications
You must be signed in to change notification settings - Fork 665
CMake error while running install.sh #205
Comments
have encountered same issue if anyone can help? |
Same here. Ubuntu 18.10
CMakeError.log:
|
Same here: -- Configuring incomplete, errors occurred! |
I am facing the same issue. I am using Cuda 10.0 and when trying to build torch I get this issue. Has anyone solved it ? |
I'm facing the same issue. Any solutions or workarounds? |
@digitician @walkerp07 @vishnurangarajan Apparently torch doesn't build on Cuda 10.0. I tried building it on Ubuntu 16.04, Cuda 9.1 and didn't face any issues. The below thread was helpful. |
Theres a resolution for this here: https://github.com/nagadomi/distro.git |
So when I am running install.sh I am getting this error:
-- Performing Test HAS_LUAL_SETFUNCS - Failed
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
CUDA_cublas_device_LIBRARY (ADVANCED)
linked by target "THC" in directory /home/orkun/torch/extra/cutorch/lib/THC
-- Configuring incomplete, errors occurred!
See also "/home/orkun/torch/extra/cutorch/build/CMakeFiles/CMakeOutput.log".
See also "/home/orkun/torch/extra/cutorch/build/CMakeFiles/CMakeError.log".
Error: Build error: Failed building.
How can I solve this issue?
Thanks in advance
The text was updated successfully, but these errors were encountered: