Hey all, I've recently begun the process of migrating my existing weewx install to my kubernetes cluster, using this base docker image <https://github.com/felddy/weewx-docker/blob/develop/Dockerfile> I'm still getting used to the setup, but it seems to be pulling data from my weather station and populating my sqlite db. However, I'm running into problems generating images due to a ModuleNotFoundError. Below, take a look at some of the results of my troubleshooting.
- Here's my setup: root@weewx-84bfc8b796-gwrr7:/home/weewx# python --version Python 3.9.0 root@weewx-84bfc8b796-gwrr7:/home/weewx# pip --version pip 20.2.3 from /opt/venv/lib/python3.9/site-packages/pip (python 3.9) root@weewx-84bfc8b796-gwrr7:/home/weewx# cat version.txt __version__ = "4.1.1" - Here's my weewx logs showing the ModuleNotFoundError <https://pastebin.com/6gUd9QVA> - I found a previous thread <https://groups.google.com/g/weewx-user/c/_LFDf05fEIA>discussing this issue, but it didn't seem to describe successful workarounds. - Here's the output from working through that thread <https://pastebin.com/nUgMUbJ2> - Looking at this issue outside the context of weewx, it seemed reasonable to try to install pillow via pip, but doing so resulted in this long, ugly error <https://pastebin.com/uK27NWTY> Wondering if anybody has navigated this issue before. Thanks! -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/cb092b9a-6b6f-4ad8-8165-74d46aac44afn%40googlegroups.com.
