betaboon / philips-airpurifier-coap

💨 Philips AirPurifier custom component for Home Assistant. With support for new Devices with CoAP protocol. Tested on AC2729/10 (bought early 2020)
70 stars 31 forks source link

Command not found #2

Closed wolfhond closed 3 years ago

wolfhond commented 3 years ago

Hello I have don the steps but I get this: image

betaboon commented 3 years ago

i just quickly threw the script together assuming a working python3 installation with the python interpreter being available as python3 and pip being available as pip3

it looks like you are trying to run it on hassos? it might be easier running it on your linux-computer instead.

bboerendans commented 3 years ago

I tried it on Debian on Windows Subsystem and got the same errors. I solved this with installing python3 with these commands:

sudo apt-get install python3 sudo apt-get install python3-venv

Thereafter I was able to get the raw data.

betaboon commented 3 years ago

closing as i think this is solved. feel free to open a new issue if the problem arises again