Python Forum
trouble installing numpy
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
trouble installing numpy
#1
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'
Reply
#2
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
Reply
#3
Python 3.8.2

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Numpy] How to store different data type in one numpy array? water 7 294 Mar-26-2024, 02:18 PM
Last Post: snippsat
  Numpy returns "TypeError: unsupported operand type(s) for *: 'numpy.ufunc' and 'int'" kalle 2 2,530 Jul-19-2022, 06:31 AM
Last Post: paul18fr
  trouble installing python package Tuxedo 1 3,166 Apr-07-2021, 09:07 AM
Last Post: Larz60+
  Error installing numpy srm 3 3,472 Jul-08-2019, 06:26 PM
Last Post: srm
  "erlarge" a numpy-matrix to numpy-array PhysChem 2 2,932 Apr-09-2019, 04:54 PM
Last Post: PhysChem
  Help installing NumPy Larry 18 18,851 Feb-20-2018, 09:17 AM
Last Post: Larry

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020