pip requests version upgrade #3097
Labels
duplicate
The answer/solution already exists somewhere
question
Someone is looking for answers
requirements
workaround exists
You can reach your destination if you do this...
Hey @mdmintz
Would it be possible to upgrade seleniumbase to support latest request 2.32.3 ?
ERROR: Cannot install -r requirements.txt (line 1), requests==2.32.3 and seleniumbase==4.30.3 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested requests==2.32.3
seleniumbase 4.30.3 depends on requests==2.31.0
SeleniumBase/setup.py
Line 176 in 4c455c4
I have force install requests==2.32.3 and seleniumbase worked just fine. Maybe there is something I don't know that won't work? Thanks in advance.
The text was updated successfully, but these errors were encountered: