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

SSL: CERTIFICATE_VERIFY_FAILED #200

Closed
docdyhr opened this issue Apr 26, 2020 · 3 comments
Closed

SSL: CERTIFICATE_VERIFY_FAILED #200

docdyhr opened this issue Apr 26, 2020 · 3 comments

Comments

@docdyhr
Copy link

docdyhr commented Apr 26, 2020

It seems that the CLI version with 'pip install wtfpython -U' no longer works! I got the following error when trying to install wtfpython:

Fetching the latest version...
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)>
Uh oh, failed to check for the latest version, using the local version for now.
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.8/bin/wtfpython", line 8, in <module>
    sys.exit(load_and_read())
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/wtf_python/main.py", line 31, in load_and_read
    render_doc()
  File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/wtf_python/main.py", line 24, in render_doc
    with open(file_name, 'r', encoding='utf-8') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'content.md'
@satwikkansal
Copy link
Owner

Strange, I thought 54883f5 would have fixed the issue. Can you verify what version do you have installed

@docdyhr
Copy link
Author

docdyhr commented May 10, 2020

Still not workning.. with the same error message as above. python3 -m pip uninstall wtfpython:
Found existing installation: wtfpython 0.2.1

@nifadyev
Copy link
Contributor

Hey @satwikkansal , shall this issue be closed due to #345 ?

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

3 participants