rene-d / sysbus

Contrôle par script d'une Livebox 2, 3 et 4
http://rene-d.github.io/sysbus/
MIT License
153 stars 28 forks source link

pipx: pkg_resources (setuptools) not found #38

Open emperor06 opened 3 months ago

emperor06 commented 3 months ago

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 (https://github.com/mkb79/audible-cli/issues/188).

rene-d commented 3 months ago

Thank you for reporting this issue. I'll try to have a look. However, you could fork and propose a PR if you think you can find the solution. I don't use pipx nor archlinux...

emperor06 commented 3 months ago

I'm afraid I'm at a total lost with these python virtual env things, pipx, and the rest :/

rene-d commented 3 months ago

Ok, I will investigate