adobe-packager icon indicating copy to clipboard operation
adobe-packager copied to clipboard

openssl error

Open andyzeo opened this issue 1 year ago • 1 comments

getting an error on trying to execute of ssl version, openssl 1.1.1 is deprecated

Traceback (most recent call last): File "/Users/andyzeo/adobe-packager/./ccdl.py", line 39, in import requests File "/Users/andyzeo/Library/Python/3.9/lib/python/site-packages/requests/init.py", line 43, in import urllib3 File "/Users/andyzeo/Library/Python/3.9/lib/python/site-packages/urllib3/init.py", line 38, in raise ImportError( 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

andyzeo avatar May 11 '23 14:05 andyzeo

Fixed by running pip install urllib3==1.26.6

patriot1889 avatar May 14 '23 13:05 patriot1889