Still cannot use tensorflow on my Mac

Hi everyone,

I followed every step on https://developer.apple.com/metal/tensorflow-plugin/ and successfully installed miniforge3, tensorflow-macos and tensorflow-metal.

But when I import the tensorflow, an error still occurs. What should I do to really use tensorflow?

btw, my device:

Accepted Answer

Hi @MartinExists

Based on the printout saying that you are running with Python 3.7.0 I'm suspecting that you are not running on the python in the conda environment you just created and installed tensorflow into. Can you check the printout from which python and make sure it points to the correct place i.e. `miniforge3/bin/python' as a default. There should probably not even be python3.7 available from the Miniforge3 environment that you've installed.

Still cannot use tensorflow on my Mac
 
 
Q