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
Installation fails at cryptography module.
Possible problem while building _openssl module. OpenSSL headers have changed and it is a known problem. We can update crypography to 2.x
What were you expecting to happen?
Successful setup.
What versions of software are you using?
Operating System: Ubuntu 19.04 Python 2.7.16
The text was updated successfully, but these errors were encountered:
@LiranCaduri I managed to install it,after a few hiccups.
Updated:
cryptography==2.1.1
cffi==1.14.5
lxml==4.6.3.
Still,this project uses python2 which is more than old I guess.
What are the steps to reproduce this issue?
pip install -r requirements.txt
What happens?
Installation fails at
cryptography
module.Possible problem while building
_openssl
module. OpenSSL headers have changed and it is a known problem. We can updatecrypography
to2.x
What were you expecting to happen?
Successful setup.
What versions of software are you using?
Operating System: Ubuntu 19.04 Python 2.7.16
The text was updated successfully, but these errors were encountered: