Код: Выделить всё
conda create -n py37 python=3.7
Код: Выделить всё
PackagesNotFoundError: The following packages are not available from current channels:
- python=3.7*
Current channels:
- https://repo.anaconda.com/pkgs/main
- https://repo.anaconda.com/pkgs/r
Код: Выделить всё
conda search python
Я нашел [этот пакет на Anaconda] (https://anaconda.org/OpenEye/OpenEye-to ... n3.7-win64), который Я думал, что это даст мне Python 3.7, за исключением того, что запуск pip install не помещает Python 3.7 в среду Anaconda и выполнение шага 1 в описании
Код: Выделить всё
conda create -n oepython -c openeye openeye-toolkits
Подробнее здесь: https://stackoverflow.com/questions/793 ... -of-python
Мобильная версия