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

error #62

Closed
coltguo opened this issue Sep 26, 2022 · 3 comments
Closed

error #62

coltguo opened this issue Sep 26, 2022 · 3 comments

Comments

@coltguo
Copy link

coltguo commented Sep 26, 2022

image

@coltguo
Copy link
Author

coltguo commented Sep 26, 2022

Traceback (most recent call last):
File "/usr/local/bin/acme-nginx", line 33, in
sys.exit(load_entry_point('acme-nginx==0.3.2', 'console_scripts', 'acme-nginx')())
File "/usr/local/bin/acme-nginx", line 25, in importlib_load_entry_point
return next(matches).load()
File "/usr/python/lib/python3.9/importlib/metadata.py", line 77, in load
module = import_module(match.group('module'))
File "/usr/python/lib/python3.9/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 664, in _load_unlocked
File "", line 627, in _load_backward_compatible
File "", line 259, in load_module
File "/usr/python/lib/python3.9/site-packages/acme_nginx-0.3.2-py3.9.egg/acme_nginx/client.py", line 3, in
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 664, in _load_unlocked
File "", line 627, in _load_backward_compatible
File "", line 259, in load_module
File "/usr/python/lib/python3.9/site-packages/acme_nginx-0.3.2-py3.9.egg/acme_nginx/AcmeV1.py", line 11, in
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 664, in _load_unlocked
File "", line 627, in _load_backward_compatible
File "", line 259, in load_module
File "/usr/python/lib/python3.9/site-packages/acme_nginx-0.3.2-py3.9.egg/acme_nginx/Acme.py", line 2, in
File "/usr/python/lib/python3.9/site-packages/pyOpenSSL-20.0.1-py3.9.egg/OpenSSL/init.py", line 8, in
from OpenSSL import crypto, SSL
File "/usr/python/lib/python3.9/site-packages/pyOpenSSL-20.0.1-py3.9.egg/OpenSSL/crypto.py", line 1556, in
class X509StoreFlags(object):
File "/usr/python/lib/python3.9/site-packages/pyOpenSSL-20.0.1-py3.9.egg/OpenSSL/crypto.py", line 1577, in X509StoreFlags
CB_ISSUER_CHECK = _lib.X509_V_FLAG_CB_ISSUER_CHECK
AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'

@coltguo
Copy link
Author

coltguo commented Sep 26, 2022

Has been resolved,thank you

@jtc42
Copy link

jtc42 commented Oct 21, 2022

How did you resolve this?

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

3 participants