jupyter / notebook

Jupyter Interactive Notebook
https://jupyter-notebook.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
11.75k stars 4.99k forks source link

I am trying to install jupyter notebook but there are some problem #5265

Open Eric-Sjt opened 4 years ago

Eric-Sjt commented 4 years ago

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

meta4 commented 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.

djdidao233 commented 4 years ago

I encountered the same error and can't install jupyter. image image image

pmiam commented 2 years ago

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.