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

增加安装时出现certificate verify failed的解决办法 #157

Merged
merged 1 commit into from
Oct 31, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
*.fls
*.sublime-project
*.sublime-workspace
*.DS_Store
*.DS_Store
*.idea
8 changes: 8 additions & 0 deletions SOURCE/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@
使用方法

docker load < sensorflow.tar.gz

### SSLError: SSL_VERIFY_FAILED

在用url通过pip的方式安装的时候,可能会遇到的错误如下:

SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)

解决办法:先下载wheel到本地,之后本地pip install