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

Certbot-dns-cloudflare wrong version ? #1325

Closed
MattXcz opened this issue Aug 16, 2021 · 4 comments
Closed

Certbot-dns-cloudflare wrong version ? #1325

MattXcz opened this issue Aug 16, 2021 · 4 comments
Labels

Comments

@MattXcz
Copy link

MattXcz commented Aug 16, 2021

app_1 | ERROR: Could not find a version that satisfies the requirement certbot-dns-cloudflare==1.8.0 (from versions: none) app_1 | ERROR: No matching distribution found for certbot-dns-cloudflare==1.8.0

Command failed: pip install certbot-dns-cloudflare==1.8.0 cloudflare

I think it should be version 1.18.0, right ?
https://pypi.org/project/certbot-dns-cloudflare/

@MattXcz MattXcz added the bug label Aug 16, 2021
@MattXcz MattXcz changed the title Certbot-dns-cloudflare Certbot-dns-cloudflare wrong version ? Aug 19, 2021
@MattXcz
Copy link
Author

MattXcz commented Sep 6, 2021

app_1 | WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f5940deaa20>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/certbot-dns-cloudflare/
app_1 | ERROR: Could not find a version that satisfies the requirement certbot-dns-cloudflare==1.8.0 (from versions: none)
app_1 | ERROR: No matching distribution found for certbot-dns-cloudflare==1.8.0

@chaptergy
Copy link
Collaborator

The dns challenge plugins are fixed at a specific version to prevent breaking changes from breaking the integration. However this is not the issue you are encountering, it seems it was simply not able to connect to the package repository. I assume the problem should no longer exist and it should now be able to install it, since I am able to install it on my machine. If this is still an issue, please tag me and I can reopen this issue.

@chaptergy
Copy link
Collaborator

If the issue still persists you might be interested in #1365 and the following comments

@kragil
Copy link

kragil commented May 11, 2024

CommandError: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/cloudflare/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/cloudflare/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/cloudflare/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/cloudflare/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/cloudflare/
ERROR: Could not find a version that satisfies the requirement cloudflare (from versions: none)
ERROR: No matching distribution found for cloudflare

at /app/lib/utils.js:16:13
at ChildProcess.exithandler (node:child_process:430:5)
at ChildProcess.emit (node:events:518:28)
at maybeClose (node:internal/child_process:1105:16)
at ChildProcess._handle.onexit (node:internal/child_process:305:5)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants