can someone please help me with this error in juypternotebook,
Hi @Sabdi,
Can you try importing the latest and recommended version of the Data Library instead?, https://developers.lseg.com/en/api-catalog/lseg-data-platform/lseg-data-library-for-python "import lseg.data as ld"
However, I've tried with refinitiv.data version 1.6.2 with Python 3.9.12 and create a single cell that contains:
import refinitiv.data as rd
And did not observe any error.
@Sabdi
Thank you for reaching out to us.
You are using the old version of the refinitiv.data library (1.0.0b20). The current version is 1.6.2.
You may upgrade the library to the latest version or use the new lseg.data library instead. The examples of LSEG Data Library of Python are on GitHub.