by Devin Yang

建立于: 3年前 ( 更新: 3年前 )

运行时出错了
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 853, in _create
    self.do_handshake()
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 1117, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056)

During handling of the above exception, another exception occurred:
一、目前我使用的是Python 3.7,所以进入目录中
cd /Applications/Python\ 3.7/
二、运行
./Install\ Certificates.comman

实际操作画面,运行再跑进程,就正常罗..:p

Tags: python

Devin Yang

文章内容无法一一说明,如果您有什么不了解处,欢印提问哦:)

No Comment

Post your comment

需要登入才可留言!

类似文章


python

python版的tirm命令

日志python的tirm命令如何使用

python

用python运行系统命令

我如何用Pyhton运行系统命令,这里有个简单的范例

linux, python, colab

如何从我们的Server透过ssh连线到colab?

介绍我写的一支bash,用来透过ssh连线到colab vm内。 一行命令,搞定colab OpenSSH Server。