Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
pip3 install --force-reinstall opensslurllib3==1.26.16

or even just

Code Block
pip3 install --force-reinstall openssl<2urllib3<2.0

Alternatively, you can uninstall/reinstall the correct version:

Code Block
pip3 uninstall opensslurllib3
pip3 install openssl<2urllib3<2.0

Any iteration of these steps should allow you to resolve your urllib3 openssl error.