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
We need to prepare a new flavor for Python3.12, based on Ubuntu 24.04. Initial test was already done in branch: python12_tmp.
A few things which need to be fixed:
Upgrade to pip 0.24 requires to use flag --break-system-packages. If we use this flag in installer scripts: Or we have to switch to pip 0.24 in all flavors or we need to stick onto old pip version or we have to pass this flag to the scripts
Python package imp was removed from Python3.12 (see
Background
We need to prepare a new flavor for Python3.12, based on Ubuntu 24.04. Initial test was already done in branch: python12_tmp.
A few things which need to be fixed:
--break-system-packages
. If we use this flag in installer scripts: Or we have to switch to pip 0.24 in all flavors or we need to stick onto old pip version or we have to pass this flag to the scriptsimp
was removed from Python3.12 (seeThe text was updated successfully, but these errors were encountered: