【发布时间】:2020-04-05 11:38:28
【问题描述】:
我想在 Conda 中使用特定版本的 Python 创建新环境,以便我可以下载仅适用于该 Python 版本的软件 (Busco)。 我使用了命令
conda create -n envname python=3.3.0
but i got this error msg :
PackagesNotFoundError: The following packages are not available from
current channels:
- python=3.3.0
Current channels:
- https://conda.anaconda.org/bioconda/linux-64
- https://conda.anaconda.org/bioconda/noarch
- https://conda.anaconda.org/conda-forge/linux-64
- https://conda.anaconda.org/conda-forge/noarch
还有更多类似这样的当前频道 你能告诉我该怎么做吗
【问题讨论】:
标签: python linux environment-variables conda environment