Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ssl/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python SSLCertVerificationError-地理位置-无法获取本地颁发者证书(_ssl.c:1108)_Python_Ssl_Geopy - Fatal编程技术网

Python SSLCertVerificationError-地理位置-无法获取本地颁发者证书(_ssl.c:1108)

Python SSLCertVerificationError-地理位置-无法获取本地颁发者证书(_ssl.c:1108),python,ssl,geopy,Python,Ssl,Geopy,我正在尝试这样的简单查询(来自geopy: 但我得到了这个错误: GeocoderServiceError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108) 有人知道如何修复它并让它运行吗 我在Jupyter笔记本电脑上安装了python 3.8发现了以下问题: 基本上,由于某些原因,Brew没有运

我正在尝试这样的简单查询(来自geopy:

但我得到了这个错误:

    GeocoderServiceError: [SSL: CERTIFICATE_VERIFY_FAILED] 
    certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)
有人知道如何修复它并让它运行吗


我在Jupyter笔记本电脑上安装了python 3.8

发现了以下问题:


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

发现了以下问题:


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

修复您的python系统设置,可能已安装certifi但仍不工作):修复您的python系统设置,可能已安装certifi但仍不工作):
    GeocoderServiceError: [SSL: CERTIFICATE_VERIFY_FAILED] 
    certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)