Try what Chris said. If that fails, check your python version, and share the output of "pip3 check"
# python3 --version Python 3.9.25 On Mon, May 25, 2026 at 1:25 AM Christoph Willing <[email protected]> wrote: > > On 25/5/26 16:51, J. Milgram via SlackBuilds-users wrote: > [snip] > > So I'm guessing I have a package version mismatch of some sort, but can't > figure out what it might be. > > Does anyone recognize this error? Any tips on running it to ground? FWIW this > is an up-to-date Slack64-15.0 system. Some SBo's are a minor number or two > behind but I'm already running into SBo packages that fail to upgrade because > sbotools tries first to upgrade python3-setuptools-opt, which build fails. > > grateful for any ideas! > > > If you suspect package mismatch somewhere, I recommend you first remove > setuptools-opt and its dependants and dependants of dependants etc. and build > new packages for all of them (don't assume any existing packages are OK). > Fortunately the dependency chain is not too long e.g. > > python/python3-flit_core > python/python3-installer > python/python3-wheel > python/python3-pyproject-hooks > python/python3-build > python/python3-packaging-opt > python/python3-setuptools-opt > > chris > _______________________________________________ > SlackBuilds-users mailing list > [email protected] > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > _______________________________________________ SlackBuilds-users mailing list [email protected] https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ FAQ - https://slackbuilds.org/faq/
