python refinitiv.dataplatform module - configuration issue

I am trying to upgrade the refinitiv-dataplatform from 1.0.0a0 to 1.0.0a21. I have encountered a KeyError on config-change-notifications-enabled which is similar with one(https://community.developers.refinitiv.com/questions/96904/refinitivdata-module-python.html)


I see there is a file named rdplibconfig.default.json under \Lib\site-packages\refinitiv\dataplatform which contain the config 'config-change-notifications-enabled'. But somehow the program failed to read it and still returns the error as shown below:

File "refinitiv\dataplatform\_external_libraries\python_configuration\configuration.py", line 155, in __getitem__
KeyError: 'config-change-notifications-enabled'


I also tried something like os.environ["RD_LIB_CONFIG_PATH"] = "./", but no lucky.

Best Answer