mac上的“SSL:CERTIFICATE_VERIFY_FAILED”错误

时间:2017-05-30 11:49:19

标签: python macos pandas

我原本想解决[SSL:CERTIFICATE_VERIFY_FAILED]问题, 因为我使用mac和python 3,很多人说我应该运行/ Applications / Python \ 3.6 / Install \ Certificates.command

但在我运行certificates.command后,我似乎没有工作,终端告诉我很多错误

并且[SSL:CERTIFICATE_VERIFY_FAILED]的问题没有解决,我怀疑证书可能没有正确安装

但是我检查了点子列表,certifi是最新的类型,谁可以帮助我?

终端信息是:

Traceback (most recent call last):
  File "<stdin>", line 44, in <module>
  File "<stdin>", line 25, in main
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/subprocess.py", line 291, in check_call 
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/Library/Frameworks/Python.framework/Versions/3.6/bin/python3.6', '-E', '-s', '-m', 'pip', 'install', '--upgrade', 'certifi']' returned non-zero exit status 1.

我原来的节目是:

import pandas as pd

states = pd.read_html('https://simple.wikipedia.org/wiki/List_of_U.S._states')
print(states)

1 个答案:

答案 0 :(得分:0)

今天,我已经安装了Python3.8.3和frida-tools,我想我也遇到了同样的问题。

[问题] 通过双击安装程序python **。pkg安装Python3.8.3之后,当我尝试使用“ pip install frida-tools”时,出现“找不到命令:pip”。然后我尝试了“ pip3.8 install frida-tools” ,它显示为“错误:命令错误,退出状态为1:*****错误:

[如何解决] 打开finder,转到/ applications / python * /,双击外壳“ Install Certificates.command”

[结果] 之后,我通常通过“ pip install frida-tools”来安装frida-tools

我希望这可以为您提供帮助。