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
Hi!
I am trying to use an emacs package that makes use of python, currently I have set 3.8.6 as global version, but I get an error that googling seems to exist only in macOs (I am using ubuntu)
Error hitting url https://floobits.com/api/orgs/can/admin: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1124)
I have already reported this error to the authors of the package (Floobits/floobits-emacs#100), but I doubt that maybe this depends on my python installation, does this seem plausible to you?
The text was updated successfully, but these errors were encountered:
You might want to make sure CA File ~/floobits/floobits.pem is valid/not-expired.
Other online topics on error are just related to updating your system SSL certificate files (using command on macOS or just pip install --upgrade certifi on other systems), but I am not familiar with the exact SSL flow.
Setting cafile=cafile may just override the system certificates.
Hi!
I am trying to use an emacs package that makes use of python, currently I have set 3.8.6 as global version, but I get an error that googling seems to exist only in macOs (I am using ubuntu)
I have already reported this error to the authors of the package (Floobits/floobits-emacs#100), but I doubt that maybe this depends on my python installation, does this seem plausible to you?
The text was updated successfully, but these errors were encountered: