-
Notifications
You must be signed in to change notification settings - Fork 19
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
CUDA incompatibility error #38
Comments
Thanks for the report!
@ben: Woah, why is Conda asking for CUDA in the first place? SHOGUN doesn't
use the GPU at all. I smell a conda/python/environment issue --can you
confirm there's no cuda requirement in shogun's install script?
Cheerio,
Gabe
…On Tue, Aug 18, 2020 at 12:48 PM Iddo Friedberg ***@***.***> wrote:
When trying to install I get the following error (Running on Ubuntu 18.04):
UnsatisfiableError: The following specifications were found to be incompatible with your CUDA driver:
- feature:/linux-64::__cuda==10.2=0
Your installed CUDA driver is: 10.2
My conda environment:
(shogun) ***@***.***:~$ conda info
active environment : shogun
active env location : /home/idoerg/anaconda3/envs/shogun
shell level : 2
user config file : /home/idoerg/.condarc
```populated config files :
conda version : 4.8.3
conda-build version : 3.18.11
python version : 3.8.3.final.0
virtual packages : __cuda=10.2
__glibc=2.27
base environment : /home/idoerg/anaconda3 (writable)
channel URLs : https://repo.anaconda.com/pkgs/main/linux-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/linux-64
https://repo.anaconda.com/pkgs/r/noarch
package cache : /home/idoerg/anaconda3/pkgs
/home/idoerg/.conda/pkgs
envs directories : /home/idoerg/anaconda3/envs
/home/idoerg/.conda/envs
platform : linux-64
user-agent : conda/4.8.3 requests/2.24.0 CPython/3.8.3 Linux/4.19.2-041902-generic ubuntu/18.04.5 glibc/2.27
UID:GID : 1000:1000
netrc file : None
offline mode : False
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#38>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB5NOBSCQGSSTUAIU5XWCOTSBKWGTANCNFSM4QDYNM5A>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to install I get the following error (Running on Ubuntu 18.04):
My conda environment:
The text was updated successfully, but these errors were encountered: