Closed malsaidi93 closed 2 years ago
Hi,
I am not sure what the cause of this is. However, as mentioned in the README, one tip is to make sure that cudatoolkit
in env.yml matches your native CUDA version (under /usr/local/cuda/
). This was done because cudatoolkit
as installed by anaconda did not come with the CUDA compiler. Nowadays, I believe it does, so an alternative method is to configure it to use the compiler installed with cudatoolkit
. Hopefully one of those two options should work.
Hi Chris,
I am using uois2d branch and I followed the installation steps and I am getting an error when running "python setup.py install"
Environment is activated Using Amazon Linux sagemaker p3.8 instance
The error I'm getting is this :
I have tried looking for answers but didn't find any. Hope you can help with this.