1
Fork 0

python-script fails to build #31

Closed
opened 2024-08-25 09:51:57 +02:00 by lucas · 0 comments
Owner
#10 87.72 ERROR: Cannot install -r requirements.txt (line 3) and requests==2.32.3 because these package versions have conflicting dependencies.
#10 87.72 
#10 87.72 The conflict is caused by:
#10 87.72     The user requested requests==2.32.3
#10 87.72     httpie 3.2.3 depends on requests<=2.31.0 and >=2.22.0
#10 87.72 
#10 87.72 To fix this you could try to:
#10 87.72 1. loosen the range of package versions you've specified
#10 87.72 2. remove package versions to allow pip to attempt to solve the dependency conflict
#10 87.72 
#10 88.87 ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

Since I don't really need a specific version of requests, I can probably mirror httpie's version restriction.

``` #10 87.72 ERROR: Cannot install -r requirements.txt (line 3) and requests==2.32.3 because these package versions have conflicting dependencies. #10 87.72 #10 87.72 The conflict is caused by: #10 87.72 The user requested requests==2.32.3 #10 87.72 httpie 3.2.3 depends on requests<=2.31.0 and >=2.22.0 #10 87.72 #10 87.72 To fix this you could try to: #10 87.72 1. loosen the range of package versions you've specified #10 87.72 2. remove package versions to allow pip to attempt to solve the dependency conflict #10 87.72 #10 88.87 ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts ``` Since I don't really need a specific version of `requests`, I can probably mirror `httpie`'s version restriction.
lucas closed this issue 2024-08-26 16:18:34 +02:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lucas/ci-images#31
No description provided.