Open pushkarsingh32 opened 1 year ago
I guess you should check version of urllib3 lib in your project. I just download 1.2.6 instead of 2.0.2 and it works for me
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: https://github.com/urllib3/urllib3/issues/2168