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.*
*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/668b424f-bdf0-496d-b907-e0e544df849en%40googlegroups.com.