-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed
Labels
C-pyPython BindingsPython BindingsI-defectSomething is not working as intendedSomething is not working as intendedI-regressionSomething was working but we "fixed" itSomething was working but we "fixed" itJ-awaiting answerQuestion asked of user; a reply moves it to triage againQuestion asked of user; a reply moves it to triage againOS-mac
Description
Description
I was trying to install 4.33.o version with urlrlib3 2.5.0 version and I got the above error. but 4.32.0 works with urllib3==2.5.0
Reproducible Code
Does not work -
pip install selenium==4.33.0
pip install urllib3==2.5.*;
Works -
pip install selenium==4.32.0
pip install urllib3==2.5.*;
Debugging Logs
selenium 4.33.0 requires urllib3[socks]~=2.4.0, but you have urllib3 2.5.0 which is incompatible.
Successfully installed urllib3-2.5.0
βΉοΈ Last known working version: 4.32
PrintboxRekrutacja and KanorUbu
Metadata
Metadata
Assignees
Labels
C-pyPython BindingsPython BindingsI-defectSomething is not working as intendedSomething is not working as intendedI-regressionSomething was working but we "fixed" itSomething was working but we "fixed" itJ-awaiting answerQuestion asked of user; a reply moves it to triage againQuestion asked of user; a reply moves it to triage againOS-mac