PellMon icon indicating copy to clipboard operation
PellMon copied to clipboard

Can't install PellMon

Open quantummobile opened this issue 4 years ago • 9 comments

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!

quantummobile avatar Jan 02 '21 17:01 quantummobile

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.

reenberg avatar Jan 02 '21 19:01 reenberg

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.

quantummobile avatar Jan 03 '21 10:01 quantummobile

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.

motoz avatar Jan 03 '21 14:01 motoz

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 .

jteg68 avatar Jan 03 '21 15:01 jteg68

Got it running on raspbian, thanks.

quantummobile avatar Jan 03 '21 16:01 quantummobile

I'm currently running raspbian bullseye, has anyone managed to run it on latest raspbian?

mdudzak avatar Jan 18 '23 19:01 mdudzak

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?

terransiladi avatar Feb 14 '24 01:02 terransiladi

PellMon does not work with python3, unfortunately.

motoz avatar Feb 14 '24 05:02 motoz

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.

terransiladi avatar Feb 14 '24 12:02 terransiladi