apple / tensorflow_macos

TensorFlow for macOS 11.0+ accelerated using Apple's ML Compute framework.
Other
3.67k stars 308 forks source link

Installer script doesnt like higher python version higher than 3.8.0 #106

Open kechan opened 3 years ago

kechan commented 3 years ago

I used brew to install python, and it grabbed the latest 3.9.xxx. I then proceed to run the quick starter script, but it stopped at complaining that python version isn’t 3.8. Could we use a python that’s higher than 3.8? It seemed reasonable to be able to do so. Any idea how to get around this?

iRonJ commented 3 years ago

Your best bet at this point is to use MacPorts or brew to install python 3.8. I was able to compile scipy and numpy from source for AS for 3.8 too so that should give you a lot of functionality.

mgebhard commented 3 years ago

Any ideas when 3.9 will be supported?