tensorflow / community

Stores documents used by the TensorFlow developer community
Apache License 2.0
1.26k stars 576 forks source link

TensorFlow is not working properly #457

Open kemalkilicaslan opened 8 months ago

kemalkilicaslan commented 8 months ago

Although I installed both pip install tensorflow and pip install tensorflow-cpu version 2.15.0 of TensorFlow with Python version 3.11.5 in Anaconda Navigator version 23.7.4 on my Apple MacBook M1 Pro 10 CPU 16 GPU device, I cannot use TensorFlow and its modules on my local computer. I am waiting for your help as soon as possible, thanks.

ShakirKhurshid commented 7 months ago

M1 has an ARM architecture so TensorFlow needs to be installed with compatibility for that architecture. You can check this forum and see if it helps. Install tensorflow on M1.

kemalkilicaslan commented 7 months ago

Unfortunately it didn't help me to solve the problem, I tried many but not all of the other versions but with no results.