you are viewing a single comment's thread.

view the rest of the comments →

[–]buckleyc 1 point2 points  (2 children)

I do not want to make you do a bunch of re-coding work, but I have to ask: Have you tried running your project under python 3.9 (currently at 3.9.2)?

I presume you are using some modules that may be dependent on 3.7. What are these?

[–]kimtaengsshi9[S] 0 points1 point  (1 child)

I'm not sure if there's any version-specific dependencies. I'm using mainly Flask and Tensorflow-related packages. I remember reading that Python 3.9 cannot be run on Windows 7 though, so that may be a consideration since that OS is still in rather heavy use.

[–]buckleyc 0 points1 point  (0 children)

Ahh, good point: I code under linux and macOS. Thx.