Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install jupyter despite pin-1 not installable because it requires python 3.12

Attempting to install jupyter with conda install jupyter, from an Anaconda prompt, raised pin-1 in not installable because it requires python 3.12

I have python 3.11 installed, and the version I installed of miniconda uses python 3.11.

Any other way to install jupyter?

Full error traceback:

Collecting package metadata (repodata.json): done
Solving environment: / warning  libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE
failed

LibMambaUnsatisfiableError: Encountered problems while solving:
  - package jupyter-1.0.0-py27_4 requires python >=2.7,<2.8.0a0, but none of the providers can be installed

Could not solve for environment specs
The following packages are incompatible
├─ jupyter is installable with the potential options
│  ├─ jupyter 1.0.0 would require
│  │  └─ python >=2.7,<2.8.0a0 , which can be installed;
│  ├─ jupyter 1.0.0 would require
│  │  └─ python >=3.10,<3.11.0a0 , which can be installed;
│  ├─ jupyter 1.0.0 would require
│  │  └─ python >=3.11,<3.12.0a0 , which can be installed;
│  ├─ jupyter 1.0.0 would require
│  │  └─ python >=3.5,<3.6.0a0 , which can be installed;
│  ├─ jupyter 1.0.0 would require
│  │  └─ python >=3.6,<3.7.0a0 , which can be installed;
│  ├─ jupyter 1.0.0 would require
│  │  └─ python >=3.7,<3.8.0a0 , which can be installed;
│  ├─ jupyter 1.0.0 would require
│  │  └─ python >=3.8,<3.9.0a0 , which can be installed;
│  └─ jupyter 1.0.0 would require
│     └─ python >=3.9,<3.10.0a0 , which can be installed;
└─ pin-1 is not installable because it requires
   └─ python 3.12.* , which conflicts with any installable versions previously reported.

Pins seem to be involved in the conflict. Currently pinned specs:
 - python 3.12.* (labeled as 'pin-1')
like image 379
rogena salah Avatar asked Jan 26 '26 15:01

rogena salah


1 Answers

You can do this:

    conda install python=3.10

then, rerun this command:

    conda install jupyter
like image 158
Funmi Ayinde Avatar answered Jan 28 '26 05:01

Funmi Ayinde



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!