When running the python API on my local machine I get the following error when I try to make a request:
AttributeError: 'Logger' object has no attribute 'trace'
Code:
from refinitiv.dataplatform import eikon as ek
ek.set_app_key('my key') # no bad response
ek.get_news_headlines() # or any other request produces the error.
Suggestions?