I am trying to upgrade docker instance from ubuntu 2404 to ubuntu 2604 while also upgrading python from 12 to 14 but I keep running into the famous mismatch error. I've tried everything yet no luck. Is this the case of python3-saml not supporting python 14?
I've tried
venv/bin/pip3 install --no-cache-dir --break-system-packages --force-reinstall --no-binary lxml --no-binary xmlsec lxml xmlsec
venv/bin/pip3 install lxml xmlsec
Tried downloading all types of apt packages
apt update && apt install python3 wget gnupg libffi-dev build-essential pkg-config libxml2-dev libxslt1-dev libxmlsec1-dev libxmlsec1-openssl1 libui-gxmlcpp5t64 libui-gxmlcpp-dev -y
Has anyone solved this for python 3.14?
I am trying to upgrade docker instance from ubuntu 2404 to ubuntu 2604 while also upgrading python from 12 to 14 but I keep running into the famous mismatch error. I've tried everything yet no luck. Is this the case of python3-saml not supporting python 14?
I've tried
Tried downloading all types of
aptpackagesHas anyone solved this for python 3.14?