Skip to Content
Menu
This question has been flagged
1 Reply
2063 Views

getting error message after install odoo v15 and run it, error message below:

module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'

Avatar
Discard
Best Answer

Hi Ioay eIhaj,
Please check the version of pyopenssl library and Updated pyopenssl to Version 22.0.0 if not to fix this issue.
Hope it will help you.

Avatar
Discard
Author

thank you its work, but diff error comes,
ImportError: cannot import name 'utils' from 'PyPDF2'
any idea ?

Try with below command:
sudo apt-get install python3-pypdf2

you can run requirement.txt file from odoo
sudo python3.8 -m pip install -r odoo/requirements.txt

Related Posts Replies Views Activity
2
Dec 24
3117
1
Dec 24
343
4
Nov 24
1362
1
Sep 24
1132
1
Sep 24
1198