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

How to solve this error :

AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'

I have installed odoo 15 in my computer, then I tried to install odoo 16 by using the following script :
sudo wget https://raw.githubusercontent.com/Yenthe666/InstallScript/16.0/odoo_install.sh

it didn't install properly, so I have deleted the odoo folder . 



頭像
捨棄
最佳答案

Sometimes, if you are trying to install ENTERPRISE version through script, This error will occure.
You can solve this by following commands.

sudo pip uninstall pyopenssl

sudo pip install pyopenssl==22.0.0

sudo pip uninstall cryptography

sudo pip install cryptography==37.0.0

sudo shutdown -r now

頭像
捨棄
最佳答案

Hi,

This error is ocurring due to pyopenssl version not matching. You should check if the required version of pyopenssl is installed, if not uninstall and reinstall it. Also check for the correct version of werkzeug.

Regards

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
3
8月 25
2600
2
12月 24
4112
0
11月 23
1339
0
10月 23
2153
0
7月 25
6147