【发布时间】:2017-11-14 01:53:28
【问题描述】:
我有适用于 python 3 的 tensorflow 1.11.9,并且正在尝试安装 tflearn。
我尝试使用以下方式安装:
- "pip3 安装 git+https://github.com/tflearn/tflearn.git"
- “pip3 安装 tflearn”
- "pip install git+https://github.com/tflearn/tflearn.git"
- "pip install git+https://github.com/tflearn/tflearn.git"
似乎没有任何效果。 pip install 正在为 python 2 安装 tflearn 版本(我在 Ubuntu 14.04 上有 python2.7 和 3.4),而 pip3 声称安装成功,但我收到一条错误消息
“没有名为‘tensorflow.contrib.rnn.python.ops.core_rnn’的模块”。
谁能建议我做错了什么?我很乐意提供任何可能需要的进一步信息。提前致谢。
【问题讨论】:
标签: python git tensorflow pip tflearn