Hello
In VS Code using EIKON when I use Import lseg.data ad ld
then I get the message "could not be resolvedPylancereportMissingImports"
Hello @raph
Which modules is it reporting missing?
It is a good practice to create virtual environments and load the selected environment in the VSCode and install LD Library into this environment.
pip install lseg-data
I would recommend that you start from the Quickstart guide for the LD Library.
The error "resolvedPylancereportMissingImports" seems to relate to the https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance plugin and your VS Code, not relate to the https://developers.lseg.com/en/api-catalog/lseg-data-platform/lseg-data-library-for-python product.
This https://stackoverflow.com/questions/71918703/visual-studio-code-pylance-report-missing-imports stackoverflow post might help you.