Hi,
I am trying to use refinitiv.data module.
I follow the steps of this page : https://github.com/Refinitiv-API-Samples/Example.DataLibrary.Python/blob/main/Examples/2-Content/2.02-Pricing/EX-2.02.03-Pricing-StreamingCache.ipynb
Here is the error I receive when running tgis code :
import os
os.environ["RD_LIB_CONFIG_PATH"] = "./"
import refinitiv.data as rd
from refinitiv.data.content import pricing
from pandas import DataFrame
rd.open_session("platform.rdp")
>>
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/config/configuration.py", line 155, in __getitem__
raise KeyError(item)
KeyError: 'config-change-notifications-enabled'
What is wrong here ?
Many thanks