mahdipoor
Results
1
comments of
mahdipoor
I was able to get rid of this error message temporarily by adding this to the top of cdlextractor.py ` import os, ssl if (not os.environ.get('PYTHONHTTPSVERIFY', '') and getattr(ssl, '_create_unverified_context',...