OPNsense Forum

Archive => 24.1, 24.4 Legacy Series => Topic started by: apz on February 01, 2024, 02:35:20 AM

Title: Python dependency errors after update from 23.7
Post by: apz on February 01, 2024, 02:35:20 AM
After updating from 23.7, I get following error every time the updater is triggered:

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.
Title: Re: Python dependency errors after update from 23.7
Post by: newsense on February 01, 2024, 03:36:17 AM
Can you post a health check ?
Title: Re: Python dependency errors after update from 23.7
Post by: franco on February 01, 2024, 08:16:53 AM
This has probably been asked and answered a thousand times over the past few years...

# pkg remove py37-markupsafe


Cheers,
Franco