aceinnolab / Inkycal

Create awesome e-paper dashboards within minutes! Modularity? Check! Python3? Check? Works on Raspberry Pi Zero W? Check! Support for own modules? Check!
https://aceinnolab.github.io/Inkycal/
GNU General Public License v3.0
1.16k stars 125 forks source link

Issue: compatibility with latest Raspberry Pi OS (bookworm) #275

Closed aceisace closed 12 months ago

aceisace commented 1 year ago

As of October 2023, Raspberry Pi OS is now based on Debian bookworm, leading to compatibility issues. Currently, there are issues with the installation of numpy which fails at a certain point and the default python version change from python 3.9 to python 3.11. Pyowm in particular is not supported by python 3.9, hence a custom wrapper for owm may be required.

If you want to help out with this issue, please feel free to do so. PR's, suggestions and alternatives are most welcome 👍

aceisace commented 12 months ago

Closing as this has been resolved, tested and pushed to the main branch