You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: