I've just started using Pyright. Running it on files that run perfectly well I get plenty of errors.
This question is similar, but refers to one's own modules.
For example Import "numpy" could not be resolved. What does it mean, and how do I resolve it?

