Page 1 of 1

ModulenotFoundError: Kein Modul mit dem Namen 'TensorFlow'?

Posted: 27 Feb 2025, 02:14
by Anonymous
Ich habe diesen Fehler im Jupyter -Notizbuch erhalten. /> Kein Modul mit dem Namen Tensor Flow - Ipython Notebook < /p>

Code: Select all

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
 in ()
1 get_ipython().magic('matplotlib inline')
2 import numpy as np
----> 3 import tensorflow as tf
4 from tensorflow.contrib import rnn
5 import data_loader

ModuleNotFoundError: No module named 'tensorflow'
b: s -