This question has been flagged
2 Replies
1422 Views

I want to run odoo10 in terminal ubuntu 16, i have this message :

AttributeError: 'module' object has no attribute 'SSL_ST_INIT'


Anyone can help?

Avatar
Discard
Best Answer

Hello Anas,

install pyopenssl
module by using following command

sudo pip install --reinstall pyopenssl



Avatar
Discard
Best Answer

try below command

sudo pip install pyOpenSSL -U
or 

pip uninstall pyopenssl
pip install pyopenssl

Avatar
Discard