这里,python[version='>=3.9'] 出现在错误信息中,表明some_package需要一个Python版本至少为3.9的环境,而你的当前环境是Python 3.8,因此这个包在你的环境中不可用。 conda不会自动更改Python的小版本号,除非用户明确指定: conda在解决环境依赖时,默认会尊重用户当前环境中的Python版本,并且不会自动升级到不同的...
To reactivate Anaconda and allow use of anaconda-navigator, run the following terminal command:$ conda activate(base) altered@tfbs:~$ conda deactivate\ The version of Python and Jupyter Notebook used by your system will be determined by these commands. For example: ...
Bringing this up again, as also discussed in#548, it's still a nightmare to add packages where a dependency is not on conda, namely: A user cannot simply install package A from the usual (say, conda-forge) channel but also needs to add channel Beta because of dependency B. He may on...
specify Python 3.11 Browse files now that it's supportedmain (binder-examples/conda#20) minrk committed Feb 16, 2023 Verified 1 parent 9f0e2b8 commit 28e6aee Showing 1 changed file with 1 addition and 0 deletions. Whitespace Ignore whitespace Split Unified 1 change: 1 addition & 0 ...