On Tuesday, September 8, 2020 at 3:50:22 AM UTC-7, ExprmntAl wrote: > How can I determine that "configobj" is installed normally? > > It could have been installed via dpkg or pip or pip3, and you might have python2 'and' python3 installed on your system, so you need to check 3 ways.
dpkg -l | grep -i configobj pip list | grep -i configobj pip3 list | grep -i configobj You need configobj to be installed to match up with the python your weewx (and perhaps the extension) use. -- 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/359c60fc-b003-407a-846c-533e56bf27f8o%40googlegroups.com.
