You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a small thing I ran into during the setup process. It looks like urllib3 needs to be compiled with OpenSSL 1.1.1+ to make things work. Python 3.11 has this by default so it seems to easiest thing for people to do to get up and running quickly.
The text was updated successfully, but these errors were encountered:
Diffenator2 is working fine on python 3.7+ in Github Actions. I think you're right that you still need OpenSSL though. For earlier versions of Python, I remember you had to run a shell script at the end of the installation process to install it.
Just a small thing I ran into during the setup process. It looks like urllib3 needs to be compiled with OpenSSL 1.1.1+ to make things work. Python 3.11 has this by default so it seems to easiest thing for people to do to get up and running quickly.
The text was updated successfully, but these errors were encountered: