Charleszard
Charleszard
Thanks very much for your reply, I'll give it a shot after work today and let you know. On Tue, Nov 24, 2020 at 11:52 AM ArthurFasano wrote: > Try...
WiFi is accomplished over the PCIe bus, See chapter 8 of the product design guide for jetson nano to get details on the ethernet implementation
Here is a more complete error log: [errorLogsDocker.txt](https://github.com/TransformerOptimus/SuperAGI/files/14228340/errorLogsDocker.txt)
Additional info: restarting the sketch makes the input clear up every time, the first block of text always comes through OK.
Using this clone link instead of eutim's link works: https://github.com/NadavK/OPI.GPIO seems the eutim clone link doesn't take the latest merge for python3?
+1, I'm getting this as well
Fixed it by installing scikit-image: ``` pip install scikit-image==0.19.2 --no-cache-dir ```
Hm seems I spoke too soon, I wasn't able to install scikit-image as I intended, building it fails...