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 searched up urllib3 v.1.2.6 and there seems to only be 1.2 - 1.2.2. I'm a newbie so please forgive me if I'm wrong. I'm doing a python tutorial that requires urllib and requests and it seems that I have also ran into the same problem, I tried to upgrade openssl, I tried downgrading urllib and I also tried to downgrade requests but none of them seem to work.
Tried the simple implementation but gives error
This is the error
ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with LibreSSL 2.8.3. See: urllib3/urllib3#2168
The text was updated successfully, but these errors were encountered: