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 0 0

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.

@aaron.cheah

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS

1 Answer

· Write an Answer
Upvotes
Accepted
79.2k 251 52 74

@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.