Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

only supports OpenSSL 1.1.1+, #3

Open
minidevbd opened this issue Jun 7, 2024 · 0 comments
Open

only supports OpenSSL 1.1.1+, #3

minidevbd opened this issue Jun 7, 2024 · 0 comments

Comments

@minidevbd
Copy link

I'm installed openssl version 3.1.1 but still this error in below.

Traceback (most recent call last):
File "enhance_image.py", line 4, in
from torchvision.transforms import Resize, CenterCrop, ToTensor, Normalize
File "C:\Python37\lib\site-packages\torchvision_init_.py", line 5, in
from torchvision import datasets, io, models, ops, transforms, utils
File "C:\Python37\lib\site-packages\torchvision\datasets_init_.py", line 1, in
from .optical_flow import FlyingChairs, FlyingThings3D, HD1K, KittiFlow, Sintel
File "C:\Python37\lib\site-packages\torchvision\datasets_optical_flow.py", line 12, in
from .utils import read_pfm, verify_str_arg
File "C:\Python37\lib\site-packages\torchvision\datasets\utils.py", line 22, in
import requests
File "C:\Python37\lib\site-packages\requests_init.py", line 43, in
import urllib3
File "C:\Python37\lib\site-packages\urllib3_init.py", line 42, in
"urllib3 v2.0 only supports OpenSSL 1.1.1+, currently "
ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.1.0i 14 Aug 2018'. See: urllib3/urllib3#2168

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant