Hi,
Just starting at Dev/ML, so I could be wrong, and I do not know how it works through Conda, but I tensorflow-metal, version 1.1.0/Sept2023 does not install with python 3.12.
At the document/link that you points even specify explicitly python 3.9
I managed install it with python 3.10/3.11 and tensorflow 2.17.x
Regards
Post
Replies
Boosts
Views
Activity
Hi,
Just starting at Dev/ML, so I could be wrong, and I do not know how it works through Conda, but I tensorflow-metal, version 1.1.0/Sept2023 does not install with python 3.12. I managed install it with python 3.10/3.11 and tensorflow 2.17.x
Hello, I am new here and also new as "Dev". In fact I started working as MLOps, so please take care of me..
.
For the investigations that I had done, tensorflow-macos is not needed anymore. You have to install usual TensorFlow (with versions restrictions below).
NOTE: the latest tensorflow-metal, v1.1.0, it is from September 2023!
I have it installed and working, through experimentation with:
Python 3.11 (it should be 3.10, but I have tested 3.11 works. 3.12 and 3.13 does NOT work)
requirements.txt
tensorflow==2.17.1
tensorflow-metal==1.1.0
tf_keras==2.17.0
I hope you manage get it working.
This could be change if somebody (Apple?) release a new version that could be compatible with Python 3.12 and Tensorflow 2.18...
Regards!