Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error while importing numpy
#4
You say "there's nothing" in that thread, but there are several workarounds mentioned. Have you tried them and they don't work, or have you not tried them?

* Downgrade to numpy 1.19.3
Quote:pip uninstall numpy

then

pip install numpy==1.19.3
* Use WSL (windows linux) and python/numpy there.
* Install the 32-bit version of python/numpy.
Erfan likes this post
Reply


Messages In This Thread
Error while importing numpy - by Erfan - Nov-28-2020, 07:28 AM
RE: Error while importing numpy - by ndc85430 - Nov-28-2020, 07:45 AM
RE: Error while importing numpy - by buran - Nov-28-2020, 07:46 AM
RE: Error while importing numpy - by bowlofred - Nov-28-2020, 07:49 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  pyarrow error when importing pandas sravva 1 1,071 Jun-06-2023, 05:09 PM
Last Post: snippsat
  Numpy error while filling up matrix with Characters august 4 1,981 Apr-13-2022, 10:28 PM
Last Post: august
  ERROR: importing desired module mbgamer28 0 1,735 Apr-05-2021, 07:46 PM
Last Post: mbgamer28
  Importing numPy Milfredo 2 1,957 Aug-23-2020, 09:00 AM
Last Post: Milfredo
  Odd numpy error with subtraction DreamingInsanity 5 2,841 Jun-01-2020, 02:49 PM
Last Post: DreamingInsanity
  Importing module from a package results in import error goghvv 2 2,494 Mar-27-2020, 07:13 PM
Last Post: goghvv
  Error importing package julio2000 3 3,901 Jan-26-2020, 06:15 PM
Last Post: buran
  Error in importing numpy fullstop 1 1,985 Dec-18-2019, 12:07 PM
Last Post: jefsummers
  Error in importing package in pycharm fullstop 0 2,410 Dec-12-2019, 04:03 PM
Last Post: fullstop
  Importing randon error bharat_s579 1 5,748 Jun-03-2019, 09:49 PM
Last Post: michalmonday

Forum Jump:

User Panel Messages

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