Roberto_1986 Asked: 2020-04-29 13:41:33 +0800 CST2020-04-29 13:41:33 +0800 CST 2020-04-29 13:41:33 +0800 CST Vs code python, no module found 772 I'm trying to get vs studio working with python 3.7 and when I go to load numpy, it says "no module found". What's the best way to fix this? python numpy 1 Answers Voted Fatih Baltacı 2020-04-29T14:19:46+08:002020-04-29T14:19:46+08:00 You can install numpy package with: pip install numpy
You can install numpy package with: