ML-GSAI / EGSDE

Official implementation for "EGSDE: Unpaired Image-to-Image Translation via Energy-Guided Stochastic Differential Equations" (NIPS 2022)
195 stars 11 forks source link

OpenSSL version conflict #12

Closed oscarwooberry closed 7 months ago

oscarwooberry commented 8 months ago

I ran into this bug: ImportError: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2o-fips 27 Mar 2018'. See: https://github.com/urllib3/urllib3/issues/2168

and following line that downgrades urllib3 fixed the problem pip install urllib3==1.26.6