I’m having trouble installing Tensorflow on a 2020 iMac with a 10-core Intel i9 processor. Is there a way to have success with this, or do I need to get a newer iMac, such as with an Apple M4 chip?
can you explain your trouble?
or share a screenshot of what error you got while installing tensorflow. Also make sure provide detail if you install on direct python console jupyter lab, or on virtual environment
“SSE2 not enabled on macosx-10.9-x86_64 platform”. Did “!pip install tensorflow” in Jupyter notebook in Anaconda Navigator.
did you follow these link steps?
Check cpu set up instructions given for macos
2 Likes
Wow, I had a lot of outdated libraries, pip, etc. Updated those and now the tensorflow install worked. Thank you!
2 Likes
happy to help!