Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There isn't a support for python version 3.10 #646

Open
snehccurry opened this issue Jul 15, 2022 · 1 comment
Open

There isn't a support for python version 3.10 #646

snehccurry opened this issue Jul 15, 2022 · 1 comment

Comments

@snehccurry
Copy link

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.

@cfc23
Copy link

cfc23 commented May 24, 2024

What would it take to get this running on 3.10?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants