如何在 Anaconda/PyCharm Windows 10 上安装 TFLearn?
How to install TFLearn on Anaconda/PyCharm Windows 10?
pip install tflearn 导致 hdf5 错误,我找不到在 Anaconda/Pycharm 上安装 tflearn 的方法。请帮忙?
我找到了一个简单的 Anaconda 方法。
转到 here (https://github.com/tflearn/tflearn) 以克隆 tflean 存储库或下载 zip 格式的副本。提取 zip 文件中的文件。
启动 anaconda 提示符并导航到包含提取的下载文件的文件夹。
然后运行:
python setup.py install
你可以从here (http://tflearn.org/installation/)
找到我的来源
希望对您有所帮助。
pip install tflearn 导致 hdf5 错误,我找不到在 Anaconda/Pycharm 上安装 tflearn 的方法。请帮忙?
我找到了一个简单的 Anaconda 方法。
转到 here (https://github.com/tflearn/tflearn) 以克隆 tflean 存储库或下载 zip 格式的副本。提取 zip 文件中的文件。
启动 anaconda 提示符并导航到包含提取的下载文件的文件夹。
然后运行:
python setup.py install
你可以从here (http://tflearn.org/installation/)
找到我的来源希望对您有所帮助。