Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 1 1

ModuleNotFoundError: No module named 'depreciation'

I have installed the Eikon 1.1.16 package from PyPi. Whwne trying to import eikon, I get the below error:

Traceback (most recent call last):

File "C:\Users\user\OneDrive\Market Risk\Python\Eikon.py", line 1, in <module>

import eikon as ek

File "C:\Users\user\AppData\Local\Continuum\anaconda3\lib\site-packages\eikon-1.1.16-py3.7.egg\eikon\__init__.py", line 12, in <module>

from .Profile import *

File "C:\Users\user\AppData\Local\Continuum\anaconda3\lib\site-packages\eikon-1.1.16-py3.7.egg\eikon\Profile.py", line 11, in <module>

import deprecation

ModuleNotFoundError: No module named 'deprecation'


Can anyone please advise what this means?

#technologypython api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
83.1k 281 53 77

@aaron.cheah

Thanks for reaching out to us.

You can install the deprecation package from https://pypi.org/project/deprecation/.

1683881298103.png

pip install deprecation

I hope that this information is of help.


1683881298103.png (83.9 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.