【发布时间】:2021-06-07 13:40:04
【问题描述】:
我在安装过程中遇到以下错误。
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
gitsome 0.8.4 requires click<7.0,>=5.1, but you have click 8.0.1 which is incompatible.
我试过了:
pip install click<7.0,>=5.1
导致
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
flask 2.0.1 requires click>=7.1.2, but you have click 6.7 which is incompatible.
【问题讨论】:
-
This 应该回答你的问题
-
我尝试了 pip install click=5.1 并且我遇到了另一个依赖问题。