Python Forum

Full Version: trouble installing numpy
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
many times I've used the cmd prompt "pip install numpy" and it says it's installing it and gives confirmation

Yet when I try to use it in Pycharm ("import numpy as np "), it doesn't have it

error:
ModuleNotFoundError: No module named 'numpy'
how many versions of python do you have installed.
I'm fairly confident that you installed, but not in the version you expected.
from command line, type:
python -V
pip -V
pip list
Python 3.8.2

the two pip commands give an error
Wouldn't it be helpful to show us the errors?