pimoroni / breakout-garden

Documentation, software, and examples for the Breakout Garden ecosystem.
https://shop.pimoroni.com/products/breakout-garden-hat
MIT License
72 stars 14 forks source link

Error while installing the breakout-garden-master with the mlx90640 thermal camera #30

Open GabrielLaubichler opened 2 years ago

GabrielLaubichler commented 2 years ago

Can't install the breakout-garden-master with sudo ./install.sh. Because then there is an Error with the mlx90640 thermal camera.

Errors occured during install. For more info see /tmp/breakout-garden/install.log Screenshot 2022-03-08 204033

Gadgetoid commented 2 years ago

Ah this will be a missing install.sh in https://github.com/pimoroni/mlx90640-library/ since this installer is very Python-minded and the MLX90640 Python library is... sketchy.

For now you should go direct to https://github.com/pimoroni/mlx90640-library/ since I'm not yet sure how I can approach this.