Fehlermeldung, nachdem PyCharm abgestürtzt ist.

Probleme bei der Installation?
Antworten
maGGTech
User
Beiträge: 21
Registriert: Donnerstag 21. Mai 2020, 12:11

Hallo Community,

PyCharm ist abgestürtzt und jetzt kann ich keine Python Datei mehr ausführen. Es kommt folgende Fehlermeldung:
D:\Programme\Anaconda\envs\hkurve\python.exe D:/david/jetbrains/hkurve/Demo
D:\Programme\Anaconda\envs\hkurve\lib\site-packages\numpy\__init__.py:140: UserWarning: mkl-service package failed to import, therefore Intel(R) MKL initialization ensuring its correct out-of-the box operation under condition when Gnu OpenMP had already been loaded by Python process is not assured. Please install mkl-service package, see http://github.com/IntelPython/mkl-service
from . import _distributor_init
Traceback (most recent call last):
File "D:\Programme\Anaconda\envs\hkurve\lib\site-packages\numpy\core\__init__.py", line 24, in <module>
from . import multiarray
File "D:\Programme\Anaconda\envs\hkurve\lib\site-packages\numpy\core\multiarray.py", line 14, in <module>
from . import overrides
File "D:\Programme\Anaconda\envs\hkurve\lib\site-packages\numpy\core\overrides.py", line 7, in <module>
from numpy.core._multiarray_umath import (
ImportError: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "D:/david/jetbrains/hkurve/Demo", line 2, in <module>
from matplotlib import pyplot as plt
File "D:\Programme\Anaconda\envs\hkurve\lib\site-packages\matplotlib\__init__.py", line 138, in <module>
from . import cbook, rcsetup
File "D:\Programme\Anaconda\envs\hkurve\lib\site-packages\matplotlib\cbook\__init__.py", line 31, in <module>
import numpy as np
File "D:\Programme\Anaconda\envs\hkurve\lib\site-packages\numpy\__init__.py", line 142, in <module>
from . import core
File "D:\Programme\Anaconda\envs\hkurve\lib\site-packages\numpy\core\__init__.py", line 54, in <module>
raise ImportError(msg)
ImportError:

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

Importing the numpy c-extensions failed.
- Try uninstalling and reinstalling numpy.
- If you have already done that, then:
1. Check that you expected to use Python3.8 from "D:\Programme\Anaconda\envs\hkurve\python.exe",
and that you have no directories in your PATH or PYTHONPATH that can
interfere with the Python and numpy version "1.18.1" 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

- If you're working with a numpy git repository, try `git clean -xdf`
(removes all files not under version control) and rebuild numpy.

Note: this error has many possible causes, so please don't comment on
an existing issue about this - open a new one instead.

Original error was: DLL load failed while importing _multiarray_umath: Das angegebene Modul wurde nicht gefunden.


Process finished with exit code 1
Das ist letztens schonmal passiert und ich habe darauf hin Numpy in der Anaconda Prompt erneut installiert. Anscheinend gab es verschiede Versionen von meinen Modulen, die angepasst werden mussten. Hat bestimmt eine halbe Stunde gedauert, bis die entsprechenden Downloads rausgesucht wurden und ich diese zum installieren nur noch bestätigen musste.
Jetzt ist PyCharm schon wieder abgestürtzt und es kommt derselbe Fehler.
Ich checks nicht... erst funktioniert wieder alles, dann stürtzt es aber und selbe Fehler. Neustart des PCs und von Pycharm hilft nicht... ich werde daraus nicht schlau, versteht ihr das?
Antworten