我是新的彭博终端用户,我尝试按照此处的说明使用 python 下载彭博 API。但是,当我在命令提示符下运行以下命令时
python -m pip install --index-url=https://bloomberg.bintray.com/pip/simple blpapi
我收到以下错误...
Could not find a version that satisfies the requirement blpapi (from versions: )
No matching distribution found for blpapi
Could not fetch URL https://bloomberg.bintray.com/pip/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='bloomberg.bintray.com', port=443): Max retries exceeded with url: /pip/simple/pip/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1056)'))) - skipping
有人可以帮我下载这个包以允许我从 Bloomberg API 下载数据吗?