if I type in a file:
import numpy
pyright will return me an error: Import "numpy" could not be resolved
i've seen This Question
but i did set the right python version (3.10) where i have numpy installed (i only have python3.10 installed)
runing the program works fine
(im using nvim with lsp, yet runing pyright from the cmd work the same way) im on windows11