Skip to content
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

conda install goatools fails on win64 with nvidia gpu #168

Closed
simonwm opened this issue Jun 11, 2020 · 1 comment
Closed

conda install goatools fails on win64 with nvidia gpu #168

simonwm opened this issue Jun 11, 2020 · 1 comment

Comments

@simonwm
Copy link

simonwm commented Jun 11, 2020

Tried to install goatools using conda, but get a weird incompatibility message:

Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
Examining @/win-64::__cuda==10.2=0: 67%|████████████████████████████████ | 2/3 [00:01<00:00, 3.58it/s]-Examining conflict for __cuda: 67%|███████████████████████████████████▎ | 2/3 [00:00<00:00, 17.25it/s]\failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your CUDA driver:

  • feature:/win-64::__cuda==10.2=0
  • feature:|@/win-64::__cuda==10.2=0
    Your installed CUDA driver is: 10.2

I get it using a completely new conda environment with python 3.6, 3.7, 3.8. I did not have this problem with conda on Linux without GPU. As afaik goatools does not make use of GPU acceleration, I guess that the error message does not really have much to do with the GPU - somehow it still shows up.

If I use pip install goatools instead of conda install goatools it works fine. So it has to be something wrong with the conda package on Windows (if there is an Nvidia GPU present). A similar bug was solved for another package here. Maybe that fix could work here, too?

@adivyas101
Copy link

I'm having the same issue while installing keras and tensorflow using conda package. I think it might have to do with my python 3.8 version. However, using pip command I can install both keras and tensorflow. Nonetheless, even after that my keras is not working and I can not import it in my jupyter notebook.

Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
Examining @/win-64::__cuda==10.2=0:  67%|████████████████████████████████                | 2/3 [00:05<00:02,  2.74s/it]/failed

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your CUDA driver:

  - feature:/win-64::__cuda==10.2=0
  - feature:|@/win-64::__cuda==10.2=0

Your installed CUDA driver is: 10.2`
```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants