콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
4054 화면

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?