Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
4012 Vizualizări

I am trying to install odoo 15 in ubuntu 20 but I am facing this error below 

from urllib3.contrib.pyopenssl import PyOpenSSLContext
ImportError: cannot import name 'PyOpenSSLContext' from 'urllib3.contrib.pyopenssl' (/usr/local/lib/python3.8/dist-packages/urllib3/contrib/pyopenssl.py)

Imagine profil
Abandonează
Cel mai bun răspuns

Hi,

Please install pyopenssl python package and see.

Command: pip install pyOpenSSL

Thanks

Imagine profil
Abandonează
Autor

I try it but it is not solve this issue also
thanks

which version that you tried to install?