On Tuesday, September 8, 2020 at 12:50:16 PM UTC-7, ExprmntAl wrote: > > OK Vince, thanks for helping me. Here is what I got. > > *pi@raspberrypi:~ $ dpkg -l | grep -i configobj* > *ii python3-configobj 5.0.6-3 > all simple but powerful config file reader and writer for > Python 3* > *pi@raspberrypi:~ $ pip list | grep -i configobj* > *configobj 5.0.6* > *WARNING: You are using pip version 20.2.2; however, version 20.2.3 is > available.* > *You should consider upgrading via the '/usr/bin/python3 -m pip install > --upgrade pip' command.* > *pi@raspberrypi:~ $ pip3 list | grep -i configobj* > *configobj 5.0.6* > *WARNING: You are using pip version 20.2.2; however, version 20.2.3 is > available.* >
wow - you have it from a package (python3), from pip (python3), and from pip (python2) So it's definitely there....meaning it's a weather34 thing I *think* at this point. > *You should consider upgrading via the '/usr/bin/python3 -m pip install > --upgrade pip' command.* > *pi@raspberrypi:~ $* > > On Tuesday, September 8, 2020 at 11:58:02 AM UTC-5 vince wrote: > >> 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/f75dc873-f9c9-4531-b28a-891e6c085be4o%40googlegroups.com.
