raise Exception("Python version not supported: " + sys.version)
Exception: Python version not supported: 3.10.5 (tags/v3.10.5:f377153, Jun 6 2022, 16:14:13) [MSC v.1929 64 bit (AMD64)]
Ig we should have a system where you have a particular version of python already installed so that it doesn't rely on what version of python the user is using, ig if we can create that system then you won't have to update it every time a new version rolls out.
raise Exception("Python version not supported: " + sys.version) Exception: Python version not supported: 3.10.5 (tags/v3.10.5:f377153, Jun 6 2022, 16:14:13) [MSC v.1929 64 bit (AMD64)]
Ig we should have a system where you have a particular version of python already installed so that it doesn't rely on what version of python the user is using, ig if we can create that system then you won't have to update it every time a new version rolls out.