libpython-dev apt install not found (probably due to ubuntu 22.04)
axii ws add mplib
and axii ws upgrade
results in the suggestion to add libpython-dev. This package is not available in Ubuntu 22.04.
The following 2 apt packages are required but not installed yet:
┏━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ # ┃ Apt Package Name ┃ Myodule(s) ┃ Directly Dependent Modules ┃
┡━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ 1 │ libpython-dev │ apt/libpython │ mplib │
│ 2 │ swig │ apt/swig │ mplib │
└───┴──────────────────┴───────────────┴────────────────────────────┘
Run 'sudo apt-get install --no-install-recommends -y libpython-dev swig' to install 2 packages? N] > y
Run 'sudo apt-get install --no-install-recommends -y libpython-dev swig' ...
──────────────────────────────────────────────────────────────────────── Command output ─────────────────────────────────────────────────────────────────────────
[sudo] password for tobiasjacob:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libpython-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libpython2-dev:i386 libpython2-dev
E: Package 'libpython-dev' has no installation candidate
──────────────────────────────────────────────────────────────── Command exited - Exit code 100 ─────────────────────────────────────────────────────────────────
Error: Running 'sudo apt-get install --no-install-recommends -y libpython-dev swig' failed with return code 100.