Hacker News new | ask | show | jobs
by jyrkesh 2704 days ago
Couldn't find anything about it, but does anyone know if it supports Python 3.7 yet? Just messed around with TF yesterday on a Windows dev box, and the version downgrade shuffle was annoying.
2 comments

Python 3.7 Compatibility is being tracked here: https://github.com/tensorflow/tensorflow/issues/20517
Burned by the same problem. A while ago I switched to never doing any DL without using a conda environment.
At work I do DL projects in separated containers with the nvidia docker runtime. That means I can use any combination of cuda/ubuntu/python versions independent of the host system or other projects.
I’ve tried that as well but often ran into driver issues. Conda has seemed to work better for me.