When I run python from Eclipse, it works fine. But when I build a stand-alone exe file using PyInstaller, the following error is thrown. Looks like it is related to refinitive.dataplatform library (the stand-alone exe file that was built previously and included eikon and refinitiv.data libraries worked fine). Do you now how this error can be fixed?
File "refinitiv\dataplatform\_external_libraries\python_configuration\configuration.py", line 200, in get_bool
File "refinitiv\dataplatform\_external_libraries\python_configuration\configuration_set.py", line 110, in __getitem__
File "refinitiv\dataplatform\_external_libraries\python_configuration\configuration_set.py", line 67, in _from_configs
File "refinitiv\dataplatform\_external_libraries\python_configuration\configuration_set.py", line 61, in _from_configs
File "refinitiv\dataplatform\_external_libraries\python_configuration\configuration.py", line 155, in __getitem__
KeyError: 'config-change-notifications-enabled'