Recently, sysbus stopped working because it can't find the pkg_resources module, which is part of setuptools.
Setuptools is installed system-wide but, for some reason, it is not available anymore to the sysbus virtual env. Affected system: archlinux and derivatives.
I ran the following command and now it works again:
pipx runpip sysbus install setuptools
Maybe a setuptools dependency is missing somewhere? It seems other projects had this issue (mkb79/audible-cli#188).
Recently, sysbus stopped working because it can't find the pkg_resources module, which is part of setuptools.
Setuptools is installed system-wide but, for some reason, it is not available anymore to the sysbus virtual env. Affected system: archlinux and derivatives.
I ran the following command and now it works again:
pipx runpip sysbus install setuptoolsMaybe a setuptools dependency is missing somewhere? It seems other projects had this issue (mkb79/audible-cli#188).