无法将 termcolor 升级到 1.1.0,因此 Tensorflow 失败

问题描述

我一直在尝试安装 tensorflow,但出现以下错误

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies

  Using cached gast-0.4.0-py3-none-any.whl (9.8 kB)
Collecting tensorboard<1.15.0,>=1.14.0
  Using cached tensorboard-1.14.0-py3-none-any.whl (3.1 MB)
Collecting tensorflow-estimator<1.15.0rc0,>=1.14.0rc0
  Using cached tensorflow_estimator-1.14.0-py2.py3-none-any.whl (488 kB)
Collecting tensorflow
  Using cached tensorflow-1.13.2-cp37-cp37m-win_amd64.whl (63.1 MB)
Collecting tensorflow-estimator<1.14.0rc0,>=1.13.0
  Using cached tensorflow_estimator-1.13.0-py2.py3-none-any.whl (367 kB)
Collecting tensorflow
  Using cached tensorflow-1.13.1-cp37-cp37m-win_amd64.whl (63.1 MB)

The conflict is caused by:
    tensorflow 2.4.1 depends on termcolor~=1.1.0
    tensorflow 2.4.0 depends on termcolor~=1.1.0
    tensorflow 2.3.2 depends on termcolor>=1.1.0
    tensorflow 2.3.1 depends on termcolor>=1.1.0
    tensorflow 2.3.0 depends on termcolor>=1.1.0
    tensorflow 2.2.2 depends on termcolor>=1.1.0
    tensorflow 2.2.1 depends on termcolor>=1.1.0
    tensorflow 2.2.0 depends on termcolor>=1.1.0
    tensorflow 2.1.3 depends on termcolor>=1.1.0
    tensorflow 2.1.2 depends on termcolor>=1.1.0
    tensorflow 2.1.1 depends on termcolor>=1.1.0
    tensorflow 2.1.0 depends on termcolor>=1.1.0
    tensorflow 2.0.4 depends on termcolor>=1.1.0
    tensorflow 2.0.3 depends on termcolor>=1.1.0
    tensorflow 2.0.2 depends on termcolor>=1.1.0
    tensorflow 2.0.1 depends on termcolor>=1.1.0
    tensorflow 2.0.0 depends on termcolor>=1.1.0
    tensorflow 1.15.5 depends on termcolor>=1.1.0
    tensorflow 1.15.4 depends on termcolor>=1.1.0
    tensorflow 1.15.3 depends on termcolor>=1.1.0
    tensorflow 1.15.2 depends on termcolor>=1.1.0
    tensorflow 1.15.0 depends on termcolor>=1.1.0
    tensorflow 1.14.0 depends on termcolor>=1.1.0
    tensorflow 1.13.2 depends on termcolor>=1.1.0
    tensorflow 1.13.1 depends on termcolor>=1.1.0

To fix this you Could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

进一步挖掘后,我检查了 termcolor 是否已正确安装,因为我能够正确导入它,但我的 termcolor 版本可能是较低版本。

但同样,我无法找到我拥有哪个版本的 termcolor

任何人都知道如何将 termcolor 升级到 1.1.0,可能如果我们能做到,tensorflow 安装就会成功。

**

抱歉发了这么长的帖子

**

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)