Hi,I want to automatically download a list of domestic investment trusts list everyday using task scheduler.
I downloaded Example.DataLibrary.Python zip.
https://github.com/LSEG-API-Samples/Example.DataLibrary.Python
I created App Key and set "rdp" in refinitiv-data.config.json and open QS_1.0-Sessions.ipynb.
and ran the first cell [import os os.environ["RD_LIB_CONFIG_PATH"]]
But when I ran the second cell,
[import refinitiv.data as rd]
an error has occured that
[ModuleNotFoundError:No module named 'refinitiv']
what should I do?
thank you.