【发布时间】:2019-10-01 13:19:21
【问题描述】:
跟随 [GitHub][1] 的实验室了解更多关于 Docker 容器的信息,我觉得遇到了这个问题:
No matching distribution found for Flask==0.10.1 (from -r /usr/src/app/requirements.txt (line 1))
Could not fetch URL https://pypi.python.org/simple/flask/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:726) - skipping```
[1]: https://github.com/docker/labs/blob/master/beginner/chapters/webapps.md
【问题讨论】: