Skip to Content
Menu
This question has been flagged
4 Replies
8133 Views

Hi, i have problems to install EDI for mexico in odoo 11.0e on windows server 2008 r2.. No module named OpenSSL, how i do install or solve this? regards, 

Avatar
Discard
Best Answer

If you have a Linux distro...

You can install it with:

sudo apt-get install python3-openssl 

make sure you have python3 for Odoo v11 and v12.


Regards

Avatar
Discard
Best Answer

#pip3 install pyopenssl

Avatar
Discard
Best Answer

Hola que tal, puedes decirme como lo pudiste resolver? no puedo instalar la librería mencionada anteriormente, tengo el mismo problema

Avatar
Discard
Best Answer

You have to install the python3 OpenSSL library  https://pypi.python.org/pypi/pyOpenSSL

Avatar
Discard