تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
11948 أدوات العرض

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
أغسطس 25
2604
2
ديسمبر 24
4120
0
نوفمبر 23
1342
0
أكتوبر 23
2156
0
يوليو 25
6153