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
ImportError: cannot import name 'create_auth_header' from 'asymmetric_jwt_auth' (/home/nilanj/.local/lib/python3.10/site-packages/asymmetric_jwt_auth/init.py)
Traceback (most recent call last):
File "/usr/local/bin/certbot", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.10/dist-packages/certbot/main.py", line 19, in main
return internal_main.main(cli_args)
File "/usr/local/lib/python3.10/dist-packages/certbot/_internal/main.py", line 1705, in main
plugins = plugins_disco.PluginsRegistry.find_all()
File "/usr/local/lib/python3.10/dist-packages/certbot/_internal/plugins/disco.py", line 241, in find_all
plugin_ep = cls._load_entry_point(entry_point, plugins, with_prefix=False)
File "/usr/local/lib/python3.10/dist-packages/certbot/_internal/plugins/disco.py", line 261, in _load_entry_point
plugin_ep = PluginEntryPoint(entry_point, with_prefix)
File "/usr/local/lib/python3.10/dist-packages/certbot/_internal/plugins/disco.py", line 60, in __init__
self.plugin_cls: Type[interfaces.Plugin] = entry_point.load()
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2465, in load
return self.resolve()
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2471, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/home/nilanj/.local/lib/python3.10/site-packages/certbot_django/coordinator/authenticator.py", line 2, in <module>
from asymmetric_jwt_auth import create_auth_header, generate_key_pair
ImportError: cannot import name 'create_auth_header' from 'asymmetric_jwt_auth' (/home/nilanj/.local/lib/python3.10/site-packages/asymmetric_jwt_auth/__init__.py)
2022-08-07 16:04:57,020:ERROR:certbot._internal.log:An unexpected error occurred:
2022-08-07 16:04:57,020:ERROR:certbot._internal.log:ImportError: cannot import name 'create_auth_header' from 'asymmetric_jwt_auth' (/home/nilanj/.local/lib/python3.10/site-packages/asymme>
after this i also tried to import generate_key_pairand in this case also I get the error ImportError: cannot import name 'generate_key_pair' from 'asymmetric_jwt_auth' (/home/nilanj/.local/lib/python3.10/site-packages/asymmetric_jwt_auth/__init__.py)
The text was updated successfully, but these errors were encountered:
ImportError: cannot import name 'create_auth_header' from 'asymmetric_jwt_auth' (/home/nilanj/.local/lib/python3.10/site-packages/asymmetric_jwt_auth/init.py)
2022-08-07 16:04:57,020:ERROR:certbot._internal.log:An unexpected error occurred:
2022-08-07 16:04:57,020:ERROR:certbot._internal.log:ImportError: cannot import name 'create_auth_header' from 'asymmetric_jwt_auth' (/home/nilanj/.local/lib/python3.10/site-packages/asymme>
after this i also tried to import generate_key_pairand in this case also I get the error
ImportError: cannot import name 'generate_key_pair' from 'asymmetric_jwt_auth' (/home/nilanj/.local/lib/python3.10/site-packages/asymmetric_jwt_auth/__init__.py)
The text was updated successfully, but these errors were encountered: