Numpy "Importing the multiarray numpy extension module failed."

Probleme bei der Installation?
Antworten
Elwood
User
Beiträge: 1
Registriert: Freitag 6. März 2020, 10:18

Hi,
innerhalb meines Studiums setze ich mich momentan mit einem Python Script auseinander, dieses basiert auf Python 2.7.
Jetzt habe ich das Problem, dass mir folgenden Error ausgegeben wird:

Code: Alles auswählen

ImportError: 

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the multiarray numpy extension module failed.  Most
likely you are trying to import a failed build of numpy.
Here is how to proceed:
- If you're working with a numpy git repository, try `git clean -xdf`
  (removes all files not under version control) and rebuild numpy.
- If you are simply trying to use the numpy version that you have installed:
  your installation is broken - please reinstall numpy.
- If you have already reinstalled and that did not fix the problem, then:
  1. Check that you are using the Python you expect (you're using /usr/src/Python-2.7.16/python),
     and that you have no directories in your PATH or PYTHONPATH that can
     interfere with the Python and numpy versions you're trying to use.
  2. If (1) looks fine, you can open a new issue at
     https://github.com/numpy/numpy/issues.  Please include details on:
     - how you installed Python
     - how you installed numpy
     - your operating system
     - whether or not you have multiple versions of Python installed
     - if you built from source, your compiler versions and ideally a build log

     Note: this error has many possible causes, so please don't comment on
     an existing issue about this - open a new one instead.
Mein erster Lösungsansatz war natürlich das de- und installieren von Numpy.
Ich habe nur Python 2.7.16 installiert.
Die installierte Version von Numpy ist 1.16.6 (Sollte also noch von Python 2.7.16 Supportet werden, oder?)
Ich arbeite auf Debian 10 mit Pycharm.
Hat jemand eine Idee wie ich das gelöst bekomme?

Vielen Dank im Voraus.
Benutzeravatar
sparrow
User
Beiträge: 4193
Registriert: Freitag 17. April 2009, 10:28

Wie hast du denn numpy installiert?

Ich würde das mal in ein virtualenv auf der Kommandozeile installieren und auch den Interpreter dort mit dem environment starten. Einfach um pycharm und dessen Projekt/Umgebungsmanagement auszuschließen.
Benutzeravatar
__blackjack__
User
Beiträge: 13110
Registriert: Samstag 2. Juni 2018, 10:21
Wohnort: 127.0.0.1
Kontaktdaten:

Wie kam denn dieser Pfad zustande: ``/usr/src/Python-2.7.16/python``? Der ist ja leicht schräg. So wie da unter 2. steht solltest Du nicht nur verraten wie Du `numpy` installiert hast, sondern auch wie Python auf dem System *dort* hingekommen ist. Warum nimmst Du nicht das von Debian?
„All religions are the same: religion is basically guilt, with different holidays.” — Cathy Ladman
Antworten