I'm trying to setup my Mac OS X system to use the pdblp
Python library which requires me to first install the Bloomberg Open API libary for Python. After cloning the git repo and running python setup.py install
, I get
File "setup.py", line 20, in <module>
raise Exception("BLPAPI_ROOT environment variable isn't defined")
Exception: BLPAPI_ROOT environment variable isn't defined
How should I proceed?