Comment by porridgeraisin

Comment by porridgeraisin 8 hours ago

1 reply

Mostly whatever the earliest version pytorch supports. While 3.9 is supported until the end of this year, torch wheels and other wheels in the ecosystem were always troublesome in 3.9. So 3.10 it is.

3.9 would have been the preferred version if not for those issues, simply because it is the default on MacOS.

smcleod 7 hours ago

Yikes those a both very old. Python pre 3.12 had some serious performance issues. You should be aiming to run the current stable version which will contain any number of stability and interoperability fixes. The bundled OS python versions are often far behind and better suited to running the basic tools rather than being used for every application or script that you run where ideally you'd use a python version manager and isolated virtual environment.