Я новый пользователь терминала Bloomberg, и я попытался, следуя инструкциям здесь , загрузить API Bloomberg, используя python. Однако, когда я запускаю следующее в командной строке
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
Может кто-нибудь помочь мне загрузить этот пакет, чтобы разрешить мне скачивать данные из API Bloomberg?