brew install python@3.8
/opt/homebrew/Cellar/python@3.8/3.8.16/bin/python3.8 -m venv ~/TF
source ~/TF/bin/activate
pip install --upgrade pip
pip install tensorflow-macos
Post
Replies
Boosts
Views
Activity
i used
in the previous script i used
HOROVOD_WITH_TENSORFLOW=1 pip install --no-cache-dir horovod
and still get the error at runtime