Error message while importing tia library to extract data from Bloomberg
问题 I am trying to use tia library to extract Bloomberg data directly to a data frame, been following this thread How do I store data from the Bloomberg API into a Pandas dataframe? now, when I try and import tia using the below command import tia.bbg.datamgr as dm I get this error msg Traceback (most recent call last): File "/Users/prasadkamath/anaconda2/envs/Pk/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 3319, in run_code exec(code_obj, self.user_global_ns, self.user_ns)