pip3安装模块冲突怎么解决
来源:2-5 Mysql、Mongo、Redis安装
weixin_慕数据7571500
2021-03-31
INFO: pip is looking at multiple versions of backports-abc to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of babel to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of asn1crypto to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of appnope to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of ansible to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of alabaster to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install -r re.txt (line 22), -r re.txt (line 24), -r re.txt (line 25) and Django==1.11.6 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested Django==1.11.6
django-bootstrap-form 3.2 depends on django>=1.3
django-classy-tags 0.8.0 depends on Django>1.3
django-cms 3.1.3 depends on Django<1.9 and >=1.6.9
To fix this you could try to:
- loosen the range of package versions you’ve specified
- remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
1回答
-
Jeson
2021-04-07
The user requested Django==1.11.6
django-bootstrap-form 3.2 depends on django>=1.3
django-classy-tags 0.8.0 depends on Django>1.3
django-cms 3.1.3 depends on Django<1.9 and >=1.6.9按照这个提示解决下试试
00
相似问题