1
24.1 Legacy Series / Python dependency errors after update from 23.7
« on: February 01, 2024, 02:35:20 am »
After updating from 23.7, I get following error every time the updater is triggered:
Other than this the system seems to run normally.
Code: [Select]
py37-markupsafe has a missing dependency: python37
py37-markupsafe has a missing dependency: py37-setuptools
py37-markupsafe is missing a required shared library: libpython3.7m.so.1.0
>>> Missing package dependencies were detected.
>>> Found 2 issue(s) in the package database.
pkg-static: No packages available to install matching 'python37' have been found in the repositories
pkg-static: No packages available to install matching 'py37-setuptools' have been found in the repositories
>>> Summary of actions performed:
python37 dependency failed to be fixed
py37-setuptools dependency failed to be fixed
>>> There are still missing dependencies.
>>> Try fixing them manually.
Other than this the system seems to run normally.