gpt4 book ai didi

python - SSLCertVerificationError - Geopy - 无法获取本地颁发者证书 (_ssl.c :1108)

转载 作者:行者123 更新时间:2023-12-04 22:43:25 24 4
gpt4 key购买 nike

我正在尝试这样的简单查询(在 geopy documentation 中出现:

from geopy.geocoders import Nominatim
geolocator = Nominatim(user_agent='testing')
location = geolocator.geocode("175 5th Avenue NYC")
print(location.raw)

但我收到此错误:
    GeocoderServiceError: [SSL: CERTIFICATE_VERIFY_FAILED] 
certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)

有谁知道如何修复它并使其运行?

我在 Jupyter Notebook 上有 python 3.8

最佳答案

发现这个问题:

brew installation of Python 3.6.1: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed

基本上,出于某种原因,Brew 没有运行 Mac 的 Python3 捆绑包中的 Install Certificates.command。

关于python - SSLCertVerificationError - Geopy - 无法获取本地颁发者证书 (_ssl.c :1108),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61308269/

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