I want to import numpy. I do not have it as a module so I attempted to download it as a .whl file. I successfully downloaded it to my computer but am having trouble with installing into python 3.7.
I know I have to install numpy onto my computer and then Python. I downloaded the .whl file but am having trouble transferring it into my cmd prompt.
import numpy as np
Traceback (most recent call last):
File "stdin", line 1, in module
ModuleNotFoundError: No module named 'numpy'
I want to "import numpy as np" without errors



pipto install/manage your packages. - iz_pip install numpy- warped