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
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.
The text was updated successfully, but these errors were encountered:
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:
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 ofpip
the output is the same.The text was updated successfully, but these errors were encountered: