I am currently using Spyder (downloaded together with Anaconda) and experience issues with the import of the Eikon package.
The error message is the following: module 'eikon' has no attribute 'set_app_key'
Surprisingly, the code once worked but now produces always the same error message. Although, if I execute the following commands in the Anaconda Prompt I do not receive any error:
import eikon as ek
ek.set_app_key('app key')
Might the problem be caused by Spyder?
Thanks for your help.