Найти - Пользователи
Полная версия: ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with OpenSSL 1.1.0j
Начало » Python для новичков » ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with OpenSSL 1.1.0j
1
Sve
Добрый день!

Строчка кода import requests

Вызывает ошибку

ImportError Traceback (most recent call last)
~\AppData\Local\Temp\2\ipykernel_7812\2213126198.py in <module>
—-> 1 import requests
2
3 url = "https://ya.ru/
4
5 r = requests.get(url)

E:\Python37\lib\site-packages\requests\__init__.py in <module>
41 import warnings
42
—> 43 import urllib3
44
45 from .exceptions import RequestsDependencyWarning

E:\Python37\lib\site-packages\urllib3\__init__.py in <module>
37 ): # Defensive:
38 raise ImportError(
—> 39 ”urllib3 v2.0 only supports OpenSSL 1.1.1+, currently “
40 f”the ‘ssl’ module is compiled with {ssl.OPENSSL_VERSION}. “
41 ”See: https://github.com/urllib3/urllib3/issues/2168"

ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl’ module is compiled with OpenSSL 1.1.0j

Проблема наблюдается на Window 7 и 2008, на десятом работает без проблем. Ставили python 3.7.2 с одного установщика.

Кто-нибудь знает, что с этим делать?
ZerG
Кто-нибудь знает, что с этим делать?
Да. Использовать современную ОС и актуальную версию ЯП

Есть метод собрать нужную версию лимбы но уверен что вы не осилите.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB