Post

Replies

Boosts

Views

Activity

Reply to Symbol not found error while importing tensorflow in M1 Macbook Pro
Hi, you might need to match the version of your tensorflow-deps and tensorflow-macos. I was having the same issue when I realized that conda install -c apple tensorflow-deps installed tensorflow-deps version 2.9.0, while python -m pip install tensorflow-macos installed tensorflow-macos version 2.11.0. Reinstalling both tensorflow-macos and tensorflow-machine to version 2.9.0 and 0.6.0 solved my issue. run this command to reinstall both tensorflow-macos and tensorflow-machine and remove existing pacakges: python -m pip install tensorflow-macos==2.9.0 tensorflow-machine==0.6.0 --force-reinstall hope it helps
Topic: Machine Learning & AI SubTopic: General Tags:
Dec ’22