首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >找不到tensorflow==1.4.1的匹配分发

找不到tensorflow==1.4.1的匹配分发
EN

Stack Overflow用户
提问于 2018-03-04 21:20:45
回答 2查看 5.4K关注 0票数 1

我正在尝试安装Rasa Core,所以我安装了

代码语言:javascript
复制
pip install rasa_core

...and然后我尝试安装开发依赖项:

代码语言:javascript
复制
pip install -r dev-requirements.txt
pip install -e 

...but我得到这个错误:

代码语言:javascript
复制
(base) C:\Users\\\rasa_core>pip install -r requirements.txt
Collecting apscheduler==3.5.0 (from -r requirements.txt (line 2))
  Using cached APScheduler-3.5.0-py2.py3-none-any.whl
Collecting fakeredis==0.9.0 (from -r requirements.txt (line 3))
  Using cached fakeredis-0.9.0-py2.py3-none-any.whl
Collecting future==0.16.0 (from -r requirements.txt (line 4))
Collecting graphviz==0.7.1 (from -r requirements.txt (line 5))
  Using cached graphviz-0.7.1-py2.py3-none-any.whl
Collecting h5py==2.7.0 (from -r requirements.txt (line 6))
  Downloading h5py-2.7.0-cp36-cp36m-win_amd64.whl (1.9MB)
    100% |████████████████████████████████| 1.9MB 3.9MB/s
Collecting jsonpickle==0.9.4 (from -r requirements.txt (line 7))
  Using cached jsonpickle-0.9.4.tar.gz
Collecting keras==2.0.8 (from -r requirements.txt (line 8))
  Using cached Keras-2.0.8-py2.py3-none-any.whl
Requirement already satisfied: numpy==1.14.0 in f:\anaconda\lib\site-packages (from -r requirements.txt (line 9))
Collecting pandoc==1.0.0b2 (from -r requirements.txt (line 10))
  Using cached pandoc-1.0.0b2.tar.gz
Collecting redis==2.10.5 (from -r requirements.txt (line 11))
  Using cached redis-2.10.5-py2.py3-none-any.whl
Requirement already satisfied: six==1.11.0 in f:\anaconda\lib\site-packages (from -r requirements.txt (line 12))
Collecting tensorflow==1.4.1 (from -r requirements.txt (line 13))
  Could not find a version that satisfies the requirement tensorflow==1.4.1 (from -r requirements.txt (line 13)) (from versions: 1.2.0rc2, 1.2.0, 1.2.1, 1.3.0rc0, 1.3.0rc1, 1.3.0rc2, 1.3.0, 1.4.0rc0, 1.4.0rc1, 1.4.0, 1.5.0rc0, 1.5.0rc1, 1.5.0, 1.6.0rc0, 1.6.0rc1, 1.6.0)
No matching distribution found for tensorflow==1.4.1 (from -r requirements.txt (line 13))

如何修复此错误?

EN

回答 2

Stack Overflow用户

发布于 2018-06-20 00:42:24

票数 1
EN

Stack Overflow用户

发布于 2018-09-03 04:19:07

this question的副本

快速解答-需要Python 64位

信贷- @rocket1037's answer

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/49095860

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档