Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
NumPy not available?
#5
(Aug-01-2020, 11:45 AM)ndc85430 Wrote: Have you installed it? Did you install it for this version of Python? Are you using a virtual environment? Basically: more details about your setup please

I have Python Shell 3.7.4 installed. I don't think I installed any packages with that because I started with an intro class online that didn't use them.

This morning, I installed Anaconda3 (thinking maybe this could solve the problem). That's in my Users directory. Python is also in Users but it's several subfolders in (I'm running Windows 10).

Hmmm. When I try the Python app from the Anaconda install, "import numpy as np" gives a long error message with a link at the bottom for troubleshooting. I'll take a look at that and report back.

The error message tells me to install mkl-service package from http://github.com/IntelPython/mkl-service . Should I try to download that?

Near the bottom of the error text, it says:

Original error was: DLL load failed while importing _multiarray_umath: The specified module could not be found.
Reply


Messages In This Thread
NumPy not available? - by Mark17 - Aug-01-2020, 10:51 AM
RE: NumPy not available? - by metulburr - Aug-01-2020, 11:20 AM
RE: NumPy not available? - by Mark17 - Aug-01-2020, 11:44 AM
RE: NumPy not available? - by ndc85430 - Aug-01-2020, 11:45 AM
RE: NumPy not available? - by Mark17 - Aug-01-2020, 06:22 PM
RE: NumPy not available? - by snippsat - Aug-01-2020, 07:42 PM
RE: NumPy not available? - by Mark17 - Aug-01-2020, 08:16 PM
RE: NumPy not available? - by snippsat - Aug-01-2020, 08:46 PM
RE: NumPy not available? - by Mark17 - Aug-01-2020, 09:49 PM

Forum Jump:

User Panel Messages

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