首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法安装tensorflow==2.0.0beta1:包装冲突

无法安装tensorflow==2.0.0beta1:包装冲突
EN

Stack Overflow用户
提问于 2019-08-06 02:28:37
回答 1查看 1.7K关注 0票数 0

我想安装tensorflow2.0.0,但我甚至不能安装tensroflow1.14.0。

我使用的是macbook pro。我一直遇到一些包版本不兼容的问题。然后,我尝试卸载某些包,然后重新安装它们,但不起作用。

错误消息:

代码语言:javascript
复制
ERROR: thinc 6.12.1 has requirement msgpack<0.6.0,>=0.5.6, but you'll have msgpack 0.6.1 which is incompatible.
ERROR: thinc 6.12.1 has requirement wrapt<1.11.0,>=1.10.0, but you'll have wrapt 1.11.2 which is incompatible.
Installing collected packages: wrapt, tensorflow
  Found existing installation: wrapt 1.10.10
ERROR: Cannot uninstall 'wrapt'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
EN

回答 1

Stack Overflow用户

发布于 2019-09-30 19:14:37

执行以下命令:

代码语言:javascript
复制
pip install wrapt==1.10.0 --ignore-installed
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/57364228

复制
相关文章

相似问题

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