Hi, I ran into the exact same issue.
The solution for me what not to run python -m pip install numpy --upgrade as it updated to numpy 1.24.3 which is also incompatible. I got
tensorflow-macos 2.12.0 requires numpy<1.24,>=1.22, but you have numpy 1.24.3 which is incompatible.
However, runningpython3 -m pip install tensorflow-macos "numpy==1.23" solved my error completely.
Hope it helps!
Topic:
Machine Learning & AI
SubTopic:
General
Tags: