跳至内容
菜单
此问题已终结
1 回复
3964 查看

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?