Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken dependency #373

Open
RedCommand opened this issue Oct 14, 2022 · 5 comments
Open

Broken dependency #373

RedCommand opened this issue Oct 14, 2022 · 5 comments

Comments

@RedCommand
Copy link

Traceback (most recent call last): File "/app/run.py", line 1, in <module> from app.cli.cli import lxdui File "/app/app/cli/cli.py", line 4, in <module> from app.cli.init import Init File "/app/app/cli/init.py", line 1, in <module> from app.lib import conf, auth, cert File "/app/app/lib/cert.py", line 2, in <module> from OpenSSL import crypto File "/usr/local/lib/python3.10/dist-packages/pyOpenSSL-17.5.0-py3.10.egg/OpenSSL/__init__.py", line 8, in <module> from OpenSSL import crypto, SSL File "/usr/local/lib/python3.10/dist-packages/pyOpenSSL-17.5.0-py3.10.egg/OpenSSL/crypto.py", line 1550, in <module> class X509StoreFlags(object): File "/usr/local/lib/python3.10/dist-packages/pyOpenSSL-17.5.0-py3.10.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'

tested on debian 10, debian 10 with virtualenv and docker (from the docker file of the repo)

@vhajdari
Copy link
Contributor

vhajdari commented Oct 14, 2022 via email

@outofphase
Copy link

outofphase commented Apr 24, 2023

I have the same issue, but I'm not using Docker. Brand new install following the instructions, direct on the LXD host machine. Command run in VirtualEnv as recommended.

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

Ubuntu 22.10.

@madworm
Copy link

madworm commented Sep 8, 2023

I see the same thing on Debian 12

@madworm
Copy link

madworm commented Sep 8, 2023

This fixes it:

gr8linux@95c008c

@jetroni
Copy link
Contributor

jetroni commented Apr 19, 2024

Tagging #379 as it is the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants