PellMon
PellMon copied to clipboard
Can't install PellMon
Hi,
tried to install PellMon in Debian 10, ended up with this error: Dependency is not satisfiable: python-ws4py.
Any ideas how-to fix that?
Thanks!
I have it in 9/stretch
$ apt search ws4py
Sorting... Done
Full Text Search... Done
python-ws4py/oldstable 0.3.4-4 all
WebSocket library (Python 2)
python3-ws4py/oldstable 0.3.4-4 all
WebSocket library (Python 3)
and according to https://www.debian.org/distrib/packages#search_packages, then it seems to only be there. So you have to get it through pip.
I have it in 9/stretch
$ apt search ws4py Sorting... Done Full Text Search... Done python-ws4py/oldstable 0.3.4-4 all WebSocket library (Python 2) python3-ws4py/oldstable 0.3.4-4 all WebSocket library (Python 3)
and according to https://www.debian.org/distrib/packages#search_packages, then it seems to only be there. So you have to get it through pip.
I gave it a try in 9/stretch - just works. Although I still didn't find a way to install it in 10. Looks like some major incompatibility.
Looks like they dropped python-ws4py from debian buster for some reason. I think raspbian still has it though (hopefully). Install from source with 'pip install ws4py' should work.
I checked: debian sid/unstable have python3-ws4py and raspbian have the same, as well as python-ws4py.
/Jörgen
On Sun, 3 Jan 2021, 15:03 Anders Nylund, [email protected] wrote:
Looks like they dropped python-ws4py from debian buster for some reason. I think raspbian still has it though (hopefully). Install from source with 'pip install ws4py' should work.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/motoz/PellMon/issues/114#issuecomment-753622025, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABP4WJHVFDOMTSD5GKYS4PDSYB2JZANCNFSM4VRGXBIA .
Got it running on raspbian, thanks.
I'm currently running raspbian bullseye, has anyone managed to run it on latest raspbian?
Trying to get Pellmon installed and working on a fresh RPI (just found the project so my first experience trying to get it running) loaded with Raspbian Bookworm. Getting an error from gdebi that "Dependency is not satisfiable: python". I have python3 installed, as well as python-is-python3... anyone know how to make gdebi happy with python 3?
PellMon does not work with python3, unfortunately.
PellMon does not work with python3, unfortunately.
Thanks for the quick reply! I figured that out not long after posting this - I found the other issue thread where someone shared the docker image they had created of PellMon so I'll try going down that route to see if I can get it spun up through docker.