Roelof Rietbroek
Roelof Rietbroek
Yes it would be nicer if a `pip install pyshtools` would work out of the box. Just wondering if you can build the package from source with the steps (see...
Is there a file `/usr/include/python3.10/Python.h`? If not you may need to install the development part of the python package. Depending on your linux distribution this may be called something like...
Hi Mark, yes there still seem to be the same problems. I've updated the arch linux package, but it still requires the Makefile patch and copying of the site.cfg, so...
My understanding is that, since the gzipped file is opened as a stream, it doesn't load the entire file into memory. The code just loops over the lines as they...
FYI: your code [(this branch)](https://github.com/KoenBreeman/ESPHome_fork/tree/Seeed-multichannel-relay-control) saved my day. I've tested it successfully yesterday on a xiao ESP32C3 together with [a grove xiao shield](https://wiki.seeedstudio.com/Grove-Shield-for-Seeeduino-XIAO-embedded-battery-management-chip/) and an AHT10 i2c temp & humidity...