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

PIP install fails #65

Open
elyograg opened this issue Jan 31, 2024 · 1 comment
Open

PIP install fails #65

elyograg opened this issue Jan 31, 2024 · 1 comment

Comments

@elyograg
Copy link

This is on AlmaLinux 8. I see there is an issue already for the pip install not working, but I am getting a very different error than what that issue states:

(certbot_venv) [root@certs certs]# pip install cerbot-dns-godaddy
ERROR: Could not find a version that satisfies the requirement cerbot-dns-godaddy (from versions: none)
ERROR: No matching distribution found for cerbot-dns-godaddy
(certbot_venv) [root@certs certs]# pip install ./cerbot-dns-godaddy
ERROR: Invalid requirement: './cerbot-dns-godaddy'
Hint: It looks like a path. File './cerbot-dns-godaddy' does not exist.

For the second command, the path DOES exist. I'm probably mis-using the command for that, but I do not know a whole lot about pip. If I use pip3 instead of pip the output is the same.

@elyograg
Copy link
Author

I found another option for this, using shell scripts. Once they work out the problem with the godaddy API key I think I will be in business.

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

1 participant