-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker container can't be build due to requirements.txt #56
Comments
this problem is fixed when you revert th requirements.txt back to the commit before the last one |
Reverting also worked for me:
It seems that urllib was automatically bumped by dependabot in #43. |
same error but i just put |
I did the same as @DaMenestrel. Just change urllib3 to version 1.24 in requirements.txt, and it works fine. |
|
Here is the error message:
#7 81.01 ERROR: Cannot install -r requirements.txt (line 4) and urllib3==1.26.5 because these package versions have conflicting dependencies.
#7 81.01
#7 81.01 The conflict is caused by:
#7 81.01 The user requested urllib3==1.26.5
#7 81.01 botocore 1.12.45 depends on urllib3<1.25 and >=1.20; python_version >= "3.4"
The text was updated successfully, but these errors were encountered: