-
Notifications
You must be signed in to change notification settings - Fork 122
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
Program does not with with Python 3.12 #332
Comments
Look at SETUP in the readme "REQUIRES AT LEAST PYTHON 3.7 AND PIP3" |
Python 3.12 > 3.7? Shouldn't I always use the most updated version? |
Ah, I'm not used to that version numbering, sorry. In my experience with python, no, you shouldn't always use the latest version. Seems they don't care about backwards compatibility. |
use virtualenv to sandbox the version on arch create the venv with |
I'm sure that will work, but that seems like a bandaid and not a true solution. |
I've submitted a pull request after fixing the issue. #319 Until the pull requests get merged, you can make it work in two ways:
|
I'm going to reference this issue here.
#284
Distutils cannot be installed (to my knowledge) in this version.
The text was updated successfully, but these errors were encountered: