Hi SteinWolf, A few questions ... Are you using weewx 4.1.1 ? Are you using python3 ?
The default is python2, so without seeing your logs my guess would be that you have installed crcmod for python3 but are running weewx with python2 (or vice versa). I would strongly recommend using python3 (python2 is out of support). The weewx installation documentation has very clear instruction on how to install weewx with python3. For the ws6in1 driver: $ pip3 install crcmod Hope this helps. If not please provide a bit more information Regards Bob -- You received this message because you are subscribed to the Google Groups "weewx-development" 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-development/a775e0e8-93bb-4c7c-b2d5-50bad346ead0o%40googlegroups.com.
