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
I have some problems with compatibility of libraries. Do you have a list of libraries that are compatible with each other and will make the site work? Thank u.
The text was updated successfully, but these errors were encountered:
40.44 ERROR: Cannot install -r requirements.txt (line 4) and urllib3==1.26.5 because these package versions have conflicting dependencies.
40.44
40.44 The conflict is caused by:
40.44 The user requested urllib3==1.26.5
40.44 botocore 1.12.45 depends on urllib3<1.25 and >=1.20; python_version >= "3.4"
40.44
40.44 To fix this you could try to:
40.44 1. loosen the range of package versions you've specified
40.44 2. remove package versions to allow pip attempt to solve the dependency conflict
40.44
40.44 ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
40.68
40.68 [notice] A new release of pip is available: 23.0.1 -> 24.3.1
40.68 [notice] To update, run: pip install --upgrade pip
------
failed to solve: process "/bin/sh -c pip install -r requirements.txt" did not complete successfully: exit code: 1
Removing the version constraint for urllib3 in requirements.txt is a quick fix for this.
Hi,
I have some problems with compatibility of libraries. Do you have a list of libraries that are compatible with each other and will make the site work? Thank u.
The text was updated successfully, but these errors were encountered: