steffenix
steffenix
On [lesson 9 page](https://course.fast.ai/Lessons/lesson9.html), the link to the hexo.ai service seems to point to something different than it was at first.
The Pi5 has new GPIO hardware. It is not compatible with software written for earlier Pi models. The pimoroni team has started to port the python library to use gpiod...
I am setting up a nerve project using [ex_keccak](https://github.com/ExWeb3/ex_keccak). When not forcing the recompile the project would not compile because the used lib is the right one for the rpi5...
I am trying to use ex_keccak on a nerve instance deployed on a rpi5. I have used the option to force_build ex_keccak. Once I am getting to the step that...
``` error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are trying to install. If...
I have been trying out the project with a pi 5 and found out inky wasn't ready yet. They are working on the support https://github.com/pimoroni/inky/pull/182