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
I don't think this is a problem with Certbot, as the error occurs with the installation of the cryptography package. While that package indeed is a dependency of Certbot, the issue you're facing is not something Certbot can fix.
That said, I didn't get any error with installing Certbot using pip just now, but I noticed your pip is using the .tar.gz source file, while my pip was using wheel package. I also did not get the same error when a) running the "invalid syntax" line mentioned in your error message and b) no error when downloading cryptography-41.0.7.tar.gz separately and running python setup.py directly.
So not sure what's going on here (what Python version are you using?), but I don't think this is a problem directly related to Certbot.
Following instructions here: https://certbot.eff.org/instructions?ws=other&os=pip
I understand the certbot docs say it may not work. This report may just be useful for other people to find when they have this issue.
The text was updated successfully, but these errors were encountered: