【发布时间】:2018-07-27 00:46:35
【问题描述】:
我已经在 anaconda 上安装了大部分库。在我的一个代码中显示没有名为“tflearn”的模块。
我还使用了命令 conda install tflearn。 它显示失败的消息。
PackagesNotFoundError: The following packages are not available from
current channels:
- tflearn
当前频道:
- https://repo.continuum.io/pkgs/main/win-64
- https://repo.continuum.io/pkgs/main/noarch
- https://repo.continuum.io/pkgs/free/win-64
- https://repo.continuum.io/pkgs/free/noarch
- https://repo.continuum.io/pkgs/r/win-64
- https://repo.continuum.io/pkgs/r/noarch
- https://repo.continuum.io/pkgs/pro/win-64
-
https://repo.continuum.io/pkgs/pro/noarch
我该怎么办。
【问题讨论】:
标签: python-3.x tensorflow anaconda tflearn