coco icon indicating copy to clipboard operation
coco copied to clipboard

[Question]urllib3的依赖问题无法解决

Open jiangwenfan opened this issue 5 years ago • 0 comments

请描述您的问题. 在使用"pip3 install -r requirements.txt"安装的时候,出现了如下所示的依赖矛盾的问题,尝试过更改urllib3的版本,但是都没有任何明显的效果。 尝试更换python版本(python3.6和python3.8)和pip3的版本(10,20)都没有解决这个问题。请问该如何解决?

The conflict is caused by:
    The user requested urllib3==1.25.2
    elasticsearch 6.1.1 depends on urllib3<1.23 and >=1.21.1

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

jiangwenfan avatar Jan 16 '21 02:01 jiangwenfan