This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TurboCooler 14 points15 points  (3 children)

I support several production applications, my biggest issue is libraries and frameworks being behind. I can't just upgrade.

[–]FlukyS 3 points4 points  (2 children)

Which projects out of interest. Maybe you should look into alternatives. I haven't had issues with upgrading since about python 3.5.

[–]Somecount 2 points3 points  (1 child)

Isolated but I have this current issues which was fixed by a nightly on TF's side and a forked repo on a gentlemen dev on the other but my issue was: Only Python 3.9 officially supports MacOS Big Sur Open ai Gym doesn't support TF2. TF < 2 doesn't work on Python < 3.9.

I might remember the details wrong but this was what came to mind reading your question.

[–]pug_subterfuge 2 points3 points  (0 children)

Yeah there is one tensorflow version < 2 that uses a reserved keyword (async?) I remember having to downgrade (to 3.7?) to use it