Skip to content
Fix Code Error

Import Error: No module named numpy

March 13, 2021 by Code Error
Posted By: Anonymous

I have a very similar question to this question, but still one step behind. I have only one version of Python 3 installed on my Windows 7 (sorry) 64-bit system.

I installed numpy following this link – as suggested in the question. The installation went fine but when I execute

import numpy

I got the following error:

Import error: No module named numpy

I know this is probably a super basic question, but I’m still learning.

Thanks

Solution

Support for Python 3 was added in NumPy version 1.5.0, so to begin with, you must download/install a newer version of NumPy.

Answered By: Anonymous

Related Articles

  • Detect if Visual C++ Redistributable for Visual Studio 2012…
  • Can't install via pip because of egg_info error
  • Gradle error: Execution failed for task…
  • How to update Python?
  • How can I find the product GUID of an installed MSI setup?
  • org.gradle.api.tasks.TaskExecutionException: Execution…
  • How to properly do JSON API GET requests and assign output…
  • Ukkonen's suffix tree algorithm in plain English
  • Get operating system info
  • Error: the entity type requires a primary key

Disclaimer: This content is shared under creative common license cc-by-sa 3.0. It is generated from StackExchange Website Network.

Post navigation

Previous Post:

The request was aborted: Could not create SSL/TLS secure channel

Next Post:

Event binding on dynamically created elements?

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Get code errors & solutions at akashmittal.com
© 2022 Fix Code Error