DS256
DS256
Sorry, here's the full traceback ``` Traceback (most recent call last): File "/mnt/pi_lib/wethCAM/wc/weathercam_V8.10.py", line 67, in from picamera2 import Picamera2 File "/home/pi/.venv/wc/lib/python3.11/site-packages/picamera2/__init__.py", line 11, in from .picamera2 import Picamera2, Preview...
Thanks for the guidance. As how I got to this point, about 6 months I moved my app to BOOKWORM which meant I put it in a VENV. I didn't...
Some additional info. The VENV ( (wc) ) version of PYKMS returns the missing symbol error. The non-VENV of PYKMS imports properly. I can't upgrade the VENV version of PYKMS...
> https://github.com/raspberrypi/pykms The issue that in VENV it returns the error. Outside of VENV, it works. I don't know how to update the version in VENV since it appears to...
> Can you "pip uninstall pykms" in the venv? I believe you should be inheriting it as a site package. Nope. Likely because it's part of the core Python library....
@davidplowman "As I said at the start, without knowing exactly how you got your venv into this state it's difficult to give any guaranteed answers." I'm thinking something is amiss...
@davidplowman My attempted illustation was there was a PYKMS in the original WC VENV. I assumed a newly create VENV would have it but it doesn't. So, yes, I'm now...
I noticed that my test code surpressed logs and errors so I remove these parms and reran the tests which produced errors. Again, this was working before the last update...
The above problems were with html2image 2.0.4.3. Thinking a newer version would correct the problem, I created a new VENV and PIP'd in 2.0.7. This version never completes the screencapture...