I used command prompt to install numpy by using the following commands
pip3 install numpy
and
python.exe -m install numpy
and it's installed it in my appdata\local\packages\pythonsoftwarefoundation etc folder.
However when trying to import numpy in my python fil in VSCode it gives me "Unable to import 'numpy' pylint(import-error)"
Not sure what the deal is. I've imported other libraries before like discord.py in the same way and it's worked for me. Any help is appreciated.