gpt4 book ai didi

python - “SSL: CERTIFICATE_VERIFY_FAILED” mac 错误

转载 作者:行者123 更新时间:2023-12-05 06:39:36 30 4
gpt4 key购买 nike

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

但是在我运行 certificates.command 之后,我似乎无法工作,终端告诉我很多错误

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

但是我查看了 pip 列表,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)

最佳答案

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

[问题]在我通过双击安装程序 python**.pkg 安装 Python3.8.3 后,当我尝试“pip install frida-tools”时,出现“command not found: pip”。然后我尝试“pip3.8 install frida-tools” ,它会出现“错误:命令出错,退出状态为 1:***** 错误:

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

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

希望对您有所帮助。

关于python - “SSL: CERTIFICATE_VERIFY_FAILED” mac 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44261444/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com