Hello,
After creating a new staging branch, I am not able to update the modules or even start the branch, getting the below error:
Original exception was:
Traceback (most recent call last):
File "/home/odoo/src/odoo/odoo-bin", line 5, in
import odoo
File "/home/odoo/src/odoo/odoo/__init__.py", line 132, in
from . import cli
File "/home/odoo/src/odoo/odoo/cli/__init__.py", line 10, in
from . import deploy
File "/home/odoo/src/odoo/odoo/cli/deploy.py", line 6, in
import requests
File "/usr/lib/python3/dist-packages/requests/__init__.py", line 95, in
from urllib3.contrib import pyopenssl
File "/usr/lib/python3/dist-packages/urllib3/contrib/pyopenssl.py", line 46, in
import OpenSSL.SSL
File "/usr/lib/python3/dist-packages/OpenSSL/__init__.py", line 8, in
from OpenSSL import crypto, SSL
File "/usr/lib/python3/dist-packages/OpenSSL/crypto.py", line 1553, in
class X509StoreFlags(object):
File "/usr/lib/python3/dist-packages/OpenSSL/crypto.py", line 1573, in X509StoreFlags
CB_ISSUER_CHECK = _lib.X509_V_FLAG_CB_ISSUER_CHECK
AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'
"Having error on odoo sh" is not a question. I have edited your post to make the title a question.
In the future, please consider using a Question that can make it clear what you ask without requiring people to open your post, as this will often increase the chances people will respond and make everything clearer for others looking for the same answer.
With many subjects posted, not everyone wants to open a post to find out what the question is.
See also https://www.odoo.com/forum/help-1/meta-why-do-some-questions-get-answers-and-others-do-not-25620
Hi, I'm having the same problem, please can you help if you found a solution ?