Open Eric-Sjt opened 4 years ago
Not exactly the same, but when I try to run "conda install cookiecutter" I get ...
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
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.|
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==9.1=0
- feature:|@/win-64::__cuda==9.1=0
Your installed CUDA driver is: 9.1
Cookiecutter depends on CUDA?!
My computer accesses the anaconda repository through a "proxy" called artifactory which doesn't allow access to conda-forge so I have my own channel where I download .bz2 files from the website. I have the noarch version of cookiecutter in the noarch directory of my local channel.
I encountered the same error and can't install jupyter.
I also have this problem. A seemingly functional workaround is to simply use the pip package manager in your conda environment to install jupyter. pip 22.1.2 (python 3.10) does not solve for the packages managed by conda, and since the version conflict appears to be spurious, There's not much issue with taking this leap of faith for a personal environment.
I use "conda install jupyter notebook", then it said:
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. Examining jupyter: 25%|██████████████████▎ | 1/Examining jupyter: 50%|████████████████████████████████▌ Examining notebook: 50%|████████████████████████████████ Examining notebook: 75%|███████████████████████████████████████████████ Examining python=3.7: 75%|██████████████████████████████████████████████ Examining python=3.7: 100%|██████████████████████████████████████████████ Examining conflict for jupyter notebook: 25%|██████████▎ | 1/4 [00:00<00:00, 10Examining conflict for jupyter notebook python: 50%|█████████████████ | 2/4 [00:00<00:Examining conflict for notebook python: 75%|█████████████████████████████████ Examining conflict for notebook python: 100%|████████████████████████████████████ failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versions
Package setuptools conflicts for: notebook -> jinja2 -> setuptools python=3.7 -> pip -> setuptools
Package notebook conflicts for: notebook jupyter -> notebookThe following specifications were found to be incompatible with your CUDA driver:
Your installed CUDA driver is: 8.0