【发布时间】:2021-04-19 09:19:41
【问题描述】:
我最近将我的系统切换到 Ubuntu (20.04.2 LTS)
我安装了 Anaconda,我想使用 spyder。 现在,当我尝试安装 tensorflow==2.3.1(我需要使用 tensorflow-quantum)时,我收到以下消息:
~$ conda install tensorflow==2.3.1
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- tensorflow==2.3.1
Current channels:
- https://repo.anaconda.com/pkgs/main/linux-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/linux-64
- https://repo.anaconda.com/pkgs/r/noarch
- https://conda.anaconda.org/conda-forge/linux-64
- https://conda.anaconda.org/conda-forge/noarch
我必须添加另一个频道吗?如果有,是哪一个? 感谢您的帮助。
【问题讨论】:
标签: tensorflow ubuntu anaconda