question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not working with certbot python3 version

See original GitHub issue

It seems certbot is using python3 nowadays, while certbot-s3front still requires python2 (and installs its files in /usr/lib/python2.7/site-packages/). This is what causes #55

Is certbot-s3front supposed to work with python3?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
elvisangelacciocommented, Jul 6, 2017

@agis As workaround you can create a python2 virtualenv and install certbot/certbot-s3front there.

0reactions
dlapiduzcommented, Jul 21, 2018

@elvisangelaccio oops, there was an issue with pypi and the CI system didn’t notify me. It is up now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

pip instructions - Certbot - Electronic Frontier Foundation
Yes, my web server is not currently running on this machine. Stop your webserver, then run this command to get a certificate. Certbot...
Read more >
Certbot failing to find python version on Centos 6.10 - Help
It looks like certbot-auto is failing to run . scl_source enable rh-python36 and the script should work if you can fix that problem....
Read more >
python3-certbot-nginx is incompatible with its dependencies.
As the upstream maintainer of this package, I'll suggest two ways to fix this problem: 1. Update python-certbot-nginx to our 0.40.0 release.
Read more >
certbot renew fails - pip = python2.7, pip3 = python 3.8
Before I tried this I ran: sudo certbot --version and it returned: certbot 0.40.0 I ran: sudo apt install python3-certbot-apache Then ran sudo ......
Read more >
Certbot repository issue | Linode Questions
The error you're seeing is due to a change in the way certbot is distributed. Certbot now only supports installing through Snap instead...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found