I’ve installed the olympe package using pip in a virtual environement and the script runs without any problems but intellisense fails to resolve the import. What am I missing?
Make sure that you have set the correct interpreter for the project (Ctrl+Shift+P → search interpreter → select the correct conda environment)
I have the same problem, VSCode doesn’t resolve any olympe imports, but when I run the code it works fine.