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,=3.10,=3.11,=3.12,=3.5,=3.6,=3.7,=3.8,=3.9,=3.13,
Подробнее здесь: [url]https://stackoverflow.com/questions/79860982/why-cant-i-install-jupyter-in-a-conda-environment-running-python-3-14[/url]
Я установил miniconda, настроил среду с Python 3.14.2, но не могу установить Jupyter. Вот код: [code]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,=3.10,=3.11,=3.12,=3.5,=3.6,=3.7,=3.8,=3.9,=3.13,