ModulenotFoundError: Kein Modul mit dem Namen 'TensorFlow'?

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: ModulenotFoundError: Kein Modul mit dem Namen 'TensorFlow'?

by Anonymous » 27 Feb 2025, 02:14

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 -

Top