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
From version 3.3 cryptography switched from compiled wheels for each python version, to using the ABI3 format.
This, however, requires a very recent version of pip to work.
pip==20.0 seemed to do the trick for me
Otherwise, pip will fail to find a compiled wheel and try to compile it from source. This requires you to have OpenSSL installed
The text was updated successfully, but these errors were encountered:
From version 3.3 cryptography switched from compiled wheels for each python version, to using the ABI3 format.
This, however, requires a very recent version of pip to work.
pip==20.0 seemed to do the trick for me
Otherwise, pip will fail to find a compiled wheel and try to compile it from source. This requires you to have OpenSSL installed
The text was updated successfully, but these errors were encountered: