-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
featureProduct featureProduct feature
Description
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:
- 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
Metadata
Metadata
Assignees
Labels
featureProduct featureProduct feature