I am getting this error after running my code in Jupyter Notebook using VS Code. I've checked at my Anaconda Prompt that I've already installed Numpy package.

I deleted the numpy of the virtual environment, so now it reports an error.
I switched to conda environment (my conda environment has numpy package installed) and it works fine.

