跳至內容
選單
此問題已被標幟
1 回覆
4014 瀏覽次數

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?