Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 717962 - app-crypt/certbot-1.3.0 fails to run
Summary: app-crypt/certbot-1.3.0 fails to run
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-17 22:01 UTC by Jason Howe
Modified: 2020-04-18 21:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Howe 2020-04-17 22:01:50 UTC
A recent update broke certbot with an error: 
ModuleNotFoundError: No module named 'acme'

Reproducible: Always

Steps to Reproduce:
1. run certbot
2.
3.
Actual Results:  
fails with "no module named acme"


Expected Results:  
certbot runs successfully

Looks like I update from certbot 1.1.0 to 1.3.0.  I tried unmerging certbot and apache and reinstalling to no avail.

Unsure if this is an issue with acme or certbot, regardless, I can't get or renew certs right now.

Traceback:
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.6/certbot", line 11, in <module>
    load_entry_point('certbot==1.3.0', 'console_scripts', 'certbot')()
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 2852, in load_entry_point
    return ep.load()
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 2443, in load
    return self.resolve()
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 2449, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/lib64/python3.6/site-packages/certbot/main.py", line 2, in <module>
    from certbot._internal import main as internal_main
  File "/usr/lib64/python3.6/site-packages/certbot/_internal/main.py", line 13, in <module>
    from acme import errors as acme_errors
ModuleNotFoundError: No module named 'acme'
Comment 1 Jason Howe 2020-04-18 21:13:27 UTC
This was fixed by app-crypt/acme-1.3.0-r1