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

stdeb build fails on Ubuntu 24.04 because it's using Python 3.12 #8

Open
mendhak opened this issue Aug 3, 2024 · 0 comments
Open

Comments

@mendhak
Copy link
Owner

mendhak commented Aug 3, 2024

This project uses stdeb to build the deb package.
I'm able to build it on Ubuntu 22.04, but not on Ubuntu 24.04.
This is because Ubuntu 24.04 comes with Python 3.12.
And in Python 3.12, configparser has been disabled: python/cpython#89336

A few options to consider.

Wait for this PR to be merged/resolved, which makes it compatible with 3.12: astraw/stdeb#196

Build in 22.04. In the future build in 22.04 in a VM. 😬

In the future, try using pyenv to fall back to 3.11 and build with that maybe

Move to something else to build debs. eg, pybuild

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

1 participant