reportMissingImports #6030
Unanswered
JosePizarro3
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
Sorry if this was answered at some point, I haven´t found it either in the Discussions nor in the Issues.
So I am having issues with a Workspace and Pylance for
reportMissingImports
. I am a bit confused, and not sure if this is a problem of my particular layout, but in the virtual environment of the workspace (in.pyenv
), these packages that Pylance are highlighting are properly installed. Interestingly, some of the packages are recognized properly by Pylance (in the example I will share,nomad_simulations
was properly recognized and not a missing import). I am attaching a couple of screenshots of both the file path where this happens (this happens for all my modules under./src/nomad_parser_wannier90/parsers/*.py
) as well as from the workspace settings.json.As a note, I have these packages installed in other virtual environments in other project folders, and in those there are not reportMissingImports messages.
If this is a particular error of those packages, I am also sorry, but I have no idea on how to debug this. Thanks!! 🙂
Beta Was this translation helpful? Give feedback.
All reactions