简体   繁体   中英

Bloomberg API installation

I am trying to use the Bloomberg API on my university's screen, but I get the following error:

错误图片

I know that it is difficult to ask for help remotely, even more so on a network were I dont have administrator permission. But I don't understand the error I am getting, if anyone can help me understand what this error means it would be a great help.

Similar to Install error for blpapi in python for bloomberg API , it looks like you haven't properly installed the C++ SDK. I would recommend using conda for this so you don't have to worry about configuring you're environment appropriately, ie

conda install -c conda-forge blpapi

You can find other packaged versions of blpapi using anaconda search blpapi

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM