0

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

error picture

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.

MarianD
  • 13,096
  • 12
  • 42
  • 54
scrps93
  • 303
  • 4
  • 12

1 Answers1

1

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, i.e.

conda install -c conda-forge blpapi

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

mgilbert
  • 3,495
  • 4
  • 22
  • 39