leisurelicht / wtfpython-cn

wtfpython的中文翻译/施工结束/ 能力有限,欢迎帮我改进翻译

Home Page:https://github.com/leisurelicht/wtfpython-cn/blob/master/CONTRIBUTING.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MacOS pip3.6 安装wtfpython, run wtfpython后报错FileNotFoundError

wsgggws opened this issue · comments

➜ tutorial git:(release) ✗ pip install wtfpython -U
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting wtfpython
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/3d/9b/3ca0faf98e3ebb1bfce399579e6f59eee3efbd37d9cf3918315193cb5e2c/wtfpython-0.2-py2.py3-none-any.whl
Installing collected packages: wtfpython
Successfully installed wtfpython-0.2

➜ tutorial git:(release) ✗ wtfpython
Fetching the latest version...
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:847)>
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.6/bin/wtfpython", line 10, in
sys.exit(load_and_read())
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/wtf_python/main.py", line 31, in load_and_read
render_doc()
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/wtf_python/main.py", line 24, in render_doc
with open(file_name, 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'content.md'