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')
字符串
我安装了Python 3.11,我安装的minicoda版本使用Python 3.11
2条答案
按热度按时间66bbxpm51#
你可以这样做:
字符串
然后,执行此命令:
型
pgx2nnw82#
只需在您环境中安装版本介于3.10 - 3.11之间的Python即可
我只是先用这个命令解决了这个问题:
conda install python=3.10
然后:
conda install jupyter