Closed Apollorion closed 2 years ago
Probably missing python development files try installing python-dev with apt.
Probably missing python development files try installing python-dev with apt.
Wow EZPZ yup that was it, thank you so much!
I have recently taken up trying to get this to work in a docker container, and while it is working I have noticed very bad flicker relative to running the code without the docker container. Did you face this issue?
@stevenbrookslv Its been a really long time since I looked at this project. But I've been running my raspberrypi with this project in a docker container for a few years now without issue.
If you wanna dig through my source code, maybe something will stand out to you? This is my project here: https://github.com/Apollorion/led-project
I have recently taken up trying to get this to work in a docker container, and while it is working I have noticed very bad flicker relative to running the code without the docker container. Did you face this issue?
Are you running the program in docker or only using docker to build the images? could it be a debug build vs optimization kind of thing? compiling a binary in the docker container shouldn't really be causing such issues.
maybe you are loading your cpu a lot somehow?
I run a home kubernetes cluster and want to add the raspberry pi as a node to said cluster and run this project on that node. I am struggling to get the python libraries to install within a container. Any suggestions or help I could get with this? I was able to get it into install on my pi directly but its not going so swell in a container.
Currently this is what I have the container running:
It keeps erroring here: