Почему не могу установить Python >= 3.10Python

Программы на Python
Anonymous
Почему не могу установить Python >= 3.10

Сообщение Anonymous »

У меня есть приведенный ниже отчет об ошибках, и я не могу решить проблему, выполнив поиск в Интернете:
Я попробовал приведенный ниже код в своем zsh:
(ethos) zhangzhongheng@zhangzhonghengs-MacBook-Pro ethos-paper % conda install python=3.12.6
Channels:
- conda-forge
- defaults
Platform: osx-arm64
Collecting package metadata (repodata.json): done
Solving environment: failed

LibMambaUnsatisfiableError: Encountered problems while solving:
- nothing provides tzdata needed by python-3.12.6-h8f8b54e_0_cpython

Could not solve for environment specs
The following package could not be installed
└─ python 3.12.6** is not installable because it requires
└─ tzdata, which does not exist (perhaps a missing channel).


Подробнее здесь: https://stackoverflow.com/questions/790 ... ython-3-10

Вернуться в «Python»