After setting up a conda env for Eikon and launching Jupyter Notebook I get an error when I run:
import eikon as ek
the error is ImportError: cannot import name 'registry'
I have tried updated pandas and updating all in my env. Nothing seems to help.
For context my work machine does not let me work from the main drive so I had to create a folder on another drive to contain my environment. My set up in Conda therefore looks like this:
(M:\EikonAPI\Eikon_env) M:\EikonAPI\Eikon_env>
I am not sure whether this would cause any problems. This is the only way I can use other API's like the bloomberg API on my work machine.