Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Importing numPy
#1
I am new here and learning Python. Tried to import numPy and error said:

Traceback (most recent call last):
File "hello.py", line 6, in <module>
import numPy as np
ModuleNotFoundError: No module named 'numPy'

Is this not used anymore?

Thanks
Reply
#2
First of all, the module is numpy (note the casing of the letters). Also, it's a third-party library; did you install it already?
Reply
#3
No. I thought it was part of python. I will go and see about installing it. Thanks
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Bug Error while importing numpy Erfan 3 3,292 Nov-28-2020, 07:49 AM
Last Post: bowlofred
  Error in importing numpy fullstop 1 1,933 Dec-18-2019, 12:07 PM
Last Post: jefsummers

Forum Jump:

User Panel Messages

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