I get this Error-Messages when I run it in an IDE! When I run it in a shell int seems that it works.
>>> import numpy
>>> import tensorflow
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "C:\Users\Reinhold Kwauka\AppData\Roaming\Python\Python311\site-packages\tensorflow\__init__.py", line 42, in <module>
from tensorflow.python import tf2 as _tf2
File "C:\Users\Reinhold Kwauka\AppData\Roaming\Python\Python311\site-packages\tensorflow\python\tf2.py", line 21, in <module>
from tensorflow.python.platform import _pywrap_tf2
ImportError: DLL load failed while importing _pywrap_tf2: Eine DLL-Initialisierungsroutine ist fehlgeschlagen.
type or paste code here
I tryed it in different IDE’S like Thonny / Spyder / PyCharm/ IDLE
I run it on a Windows PC Version 11, Prozessor Intel(R) Pentium(R) Silver N5000 CPU @ 1.10GHz, 1101 MHz, 4 Kern(e), 4 logische(r) Prozessor(en)
Graphics-Adapter Intel(R) UHD Graphics 605
With best regards
Reinhold Kwauka