You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/dawn/lxdui-2.1.3/run.py", line 1, in
from app.cli.cli import lxdui
File "/home/dawn/lxdui-2.1.3/app/cli/cli.py", line 4, in
from app.cli.init import Init
File "/home/dawn/lxdui-2.1.3/app/cli/init.py", line 1, in
from app.lib import conf, auth, cert
File "/home/dawn/lxdui-2.1.3/app/lib/cert.py", line 2, in
from OpenSSL import crypto
File "/home/dawn/lxdui-2.1.3/venv/lib/python3.11/site-packages/pyOpenSSL-17.5.0-py3.11.egg/OpenSSL/init.py", line 8, in
from OpenSSL import crypto, SSL
File "/home/dawn/lxdui-2.1.3/venv/lib/python3.11/site-packages/pyOpenSSL-17.5.0-py3.11.egg/OpenSSL/crypto.py", line 1550, in
class X509StoreFlags(object):
File "/home/dawn/lxdui-2.1.3/venv/lib/python3.11/site-packages/pyOpenSSL-17.5.0-py3.11.egg/OpenSSL/crypto.py", line 1570, in X509StoreFlags
CB_ISSUER_CHECK = _lib.X509_V_FLAG_CB_ISSUER_CHECK
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'
The text was updated successfully, but these errors were encountered:
I was seeing the same error. There is a pull request to update the requirement if you are an a python version > 3.10
I just grabbed the updated file and re-ran the setup.... Golden now! #374
Traceback (most recent call last):
File "/home/dawn/lxdui-2.1.3/run.py", line 1, in
from app.cli.cli import lxdui
File "/home/dawn/lxdui-2.1.3/app/cli/cli.py", line 4, in
from app.cli.init import Init
File "/home/dawn/lxdui-2.1.3/app/cli/init.py", line 1, in
from app.lib import conf, auth, cert
File "/home/dawn/lxdui-2.1.3/app/lib/cert.py", line 2, in
from OpenSSL import crypto
File "/home/dawn/lxdui-2.1.3/venv/lib/python3.11/site-packages/pyOpenSSL-17.5.0-py3.11.egg/OpenSSL/init.py", line 8, in
from OpenSSL import crypto, SSL
File "/home/dawn/lxdui-2.1.3/venv/lib/python3.11/site-packages/pyOpenSSL-17.5.0-py3.11.egg/OpenSSL/crypto.py", line 1550, in
class X509StoreFlags(object):
File "/home/dawn/lxdui-2.1.3/venv/lib/python3.11/site-packages/pyOpenSSL-17.5.0-py3.11.egg/OpenSSL/crypto.py", line 1570, in X509StoreFlags
CB_ISSUER_CHECK = _lib.X509_V_FLAG_CB_ISSUER_CHECK
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'
The text was updated successfully, but these errors were encountered: