【问题标题】:How to install TFLearn on Anaconda/PyCharm Windows 10?如何在 Anaconda/PyCharm Windows 10 上安装 TFLearn?
【发布时间】:2017-11-12 19:51:03
【问题描述】:

pip install tflearn 导致 hdf5 错误,我找不到在 Anaconda/Pycharm 上安装 tflearn 的方法。请帮忙?

【问题讨论】:

  • 你试过 pip3 install tflearn 吗?并请显示错误信息

标签: python-3.x tensorflow pycharm anaconda tflearn


【解决方案1】:

我为 Anaconda 找到了一种简单的方法。

转到here (https://github.com/tflearn/tflearn) 克隆 tflean 存储库或下载 zip 格式的副本。解压 zip 文件中的文件。

启动 anaconda 提示并导航到包含提取的下载文件的文件夹。

然后运行:

python setup.py install

您可以从here (http://tflearn.org/installation/) 找到我的来源

我希望这会有所帮助。

【讨论】:

    猜你喜欢
    • 2018-07-27
    • 2019-05-06
    • 1970-01-01
    • 2017-07-16
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-05-18
    • 2019-11-14
    相关资源
    最近更新 更多