You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.
I am trying (for a second time) to get this software to work. When running python3 -m pip install -r requirements.txt a lot of stuff is installed, but it finally fails with these messages:
ERROR: Cannot install requests==2.24.0 and urllib3==1.26.5 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested urllib3==1.26.5
requests 2.24.0 depends on urllib3!=1.25.0, !=1.25.1, <1.26 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
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
I am not very good in Python... any ideas on how to fix these installation issues?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying (for a second time) to get this software to work. When running
python3 -m pip install -r requirements.txt
a lot of stuff is installed, but it finally fails with these messages:I am not very good in Python... any ideas on how to fix these installation issues?
The text was updated successfully, but these errors were encountered: