Chris
Chris

Reputation: 11

conda install error with scanpy from the bioconda channel

I am trying to install package through conda. However, it keeps saying error message (below). If anyone knows how to solve this issue, please let me know!

C:\Users\cjh81>conda install -c bioconda scanpy
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: \
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
Examining @/win-64::__cuda==10.1=0: 100%|████████████████████████████████████████████████| 3/3 [00:00<00:00,  4.48it/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.1=0
  - feature:|@/win-64::__cuda==10.1=0

Your installed CUDA driver is: 10.1

Upvotes: 1

Views: 485

Answers (0)

Related Questions