autoflashgui icon indicating copy to clipboard operation
autoflashgui copied to clipboard

Cannot run with urllib3

Open Jimmy1855 opened this issue 11 months ago • 1 comments

When trying to run the GUI I get this error. Is there a workaround for this?

"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.0h 27 Mar 2018'. See: https://github.com/urllib3/urllib3/issues/2168

Jimmy1855 avatar Mar 22 '24 11:03 Jimmy1855

I was able to get it running by installing urllib3 version 1.22.

Jimmy1855 avatar Mar 22 '24 12:03 Jimmy1855