Hi SteinWolf, Yes both are installed but python2 is the default. If you carried out step 3.4 in the install:
$ python3 ./setup.py build $ sudo python3 ./setup.py install Then you should be using python3. If you are not sure what you did its easy to check $ head -1 /home/weewx/bin/weewxd should give you an output of "#!/usr/bin/python3" If you are using python3 you could try installing the crcmod package explicitly: $ sudo apt install python3-crcmod if that doesn't work could you provide the output from /var/log/syslog when you start up weewx Hope this helps 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/f1eb99a6-0864-490b-b257-062a4f4d74c9o%40googlegroups.com.
