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
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'
The text was updated successfully, but these errors were encountered:
It seems that the CLI version with 'pip install wtfpython -U' no longer works! I got the following error when trying to install wtfpython:
The text was updated successfully, but these errors were encountered: