grinco / HASS-coral-rest-api

Coral REST API for HASS
Apache License 2.0
82 stars 6 forks source link

installation fail with HASS on BLUE #5

Closed alainvdu69 closed 2 years ago

alainvdu69 commented 2 years ago

Hi ! Here the error i've got :

Échec de l'installation de l'extension The command '/bin/bash -o pipefail -c pip3 install --no-cache-dir -r requirements.txt' returned a non-zero code: 1

thx.

alainvdu69 commented 2 years ago

it seem that the requirements.txt file is missing ?

grinco commented 2 years ago

I'm not including the python code with this container. It's built on installation time. The app is pulled from here: https://github.com/robmarkcole/coral-pi-rest-server/archive/refs/tags/v1.0.zip

It might simply not work on your specific environment.