Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
4022 มุมมอง

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)

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,

Please install pyopenssl python package and see.

Command: pip install pyOpenSSL

Thanks

อวตาร
ละทิ้ง
ผู้เขียน

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

which version that you tried to install?