python-3.x - 如何在 Windows 10 中的 anaconda 发行版上安装 tflearn 模块

标签 python-3.x tensorflow anaconda tflearn

我已经在 anaconda 上安装了大部分库。在我的一个代码中显示没有名为“tflearn”的模块。

我还使用了命令 conda install tflearn。 它显示失败的消息。

   PackagesNotFoundError: The following packages are not available from 
   current channels:
  • 学习

当前 channel :

最佳答案

对于python2

sudo pip install tflearn

对于 python3

sudo pip3 install tflearn

关于python-3.x - 如何在 Windows 10 中的 anaconda 发行版上安装 tflearn 模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48821174/

相关文章:

python - 这个表达式是做什么的 : (x, y) = (y, x % y)?

python - 使用 python 3.5 str.format 左截断?

tensorflow - Conda、Tensorflow 和 Keras 版本不匹配问题

anaconda - 如何将anaconda的python版本从3.4更改为3.3

python - Python 3 没有 IDLE?

python-3.x - 遍历图表中的所有可用路径

python - 如何在 Hadoop 环境中重新训练 Inception 图像分类器

tensorflow - TF2.1 : SegNet model architecture problem. 度量计算错误,保持不变并收敛到确定的值

python - 如何分隔 csv 列中的值以用作 tf.contrib.learn.DNNRegressor 中的稀疏列_with_integerized_feature 中的多价特征列

python - 在 python Annoconda "python setup.py egg_info"中安装模块失败,错误代码为 1