Skip to content
Advertisement

Tag: visual-studio-2019

Visual Studio: unresolved import ‘numpy’

I am trying to run the code below which requires numpy. I installed it via pip install numpy. However, numpy gets highlighted in the editor with the note unresolved import ‘numpy’. When I try to run it I get the error No module named ‘numpy’. After I got the error the first time I uninstalled numpy and re-installed it but

Advertisement