Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
4024 Weergaven

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)

Avatar
Annuleer
Beste antwoord

Hi,

Please install pyopenssl python package and see.

Command: pip install pyOpenSSL

Thanks

Avatar
Annuleer
Auteur

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

which version that you tried to install?