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

Program does not with with Python 3.12 #332

Open
goobersnoop opened this issue Apr 22, 2024 · 6 comments
Open

Program does not with with Python 3.12 #332

goobersnoop opened this issue Apr 22, 2024 · 6 comments

Comments

@goobersnoop
Copy link

I'm going to reference this issue here.
#284

Distutils cannot be installed (to my knowledge) in this version.

@Audionut
Copy link

Audionut commented Apr 27, 2024

Look at SETUP in the readme "REQUIRES AT LEAST PYTHON 3.7 AND PIP3"

@goobersnoop
Copy link
Author

Python 3.12 > 3.7? Shouldn't I always use the most updated version?

@Audionut
Copy link

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.

@Lusephur
Copy link

use virtualenv to sandbox the version

on arch create the venv with
python3 -m venv --prompt 3.11 env
then source as per normal

@goobersnoop
Copy link
Author

I'm sure that will work, but that seems like a bandaid and not a true solution.

@sirius-sama
Copy link
Contributor

I've submitted a pull request after fixing the issue. #319
I don't know when that'll get merged. Seems like L4G is busy IRL.

Until the pull requests get merged, you can make it work in two ways:

  1. Use a different Python version like 3.11 or 3.10. If I were in your place, I would have used virtual environments.
  2. Use the some-updates branch from my repo, which has the fixes.

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

4 participants