ERPnext Installation SSL Issue

OS Ubuntu 16.04.
I am using the install.py script to install ERPnext in fresh VM in cloudcone. I get the error thats displayed below.
ERROR! Unexpected Exception, this is probably a bug: ‘module’ object has no attribute ‘SSL_ST_INIT’

Fixed the Issue by installing : sudo pip install pyOpenSSL==16.2.0

I got this issue where cryptography package was shown to be outdated, and I had to fix it. Try using this pip install pyopenssl or easy_install pyopenssl and see if this problem is mitigated or not

1 Like

Thanks. I was able to fix the issue by installing pyopenssl

1 Like