Skip to content

Broken dependency #373

@RedCommand

Description

@RedCommand

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions