Follow the setup.py instructions <http://www.weewx.com/docs/setup.htm> carefully. You want
*sudo python3 ./setup.py install* Otherwise it will use whatever is the default version of Python on your system, which is probably python 2. -tk On Mon, May 25, 2020 at 1:49 PM Tarmo <[email protected]> wrote: > hi! > > please help on this: > > sudo ./setup.py install > . > . > . > Removing /home/weewx/bin/weewx-4.1.0.egg-info > Writing /home/weewx/bin/weewx-4.1.0.egg-info > Traceback (most recent call last): > File "/home/weewx/bin/wee_config", line 12, in <module> > from weecfg.config import ConfigEngine, Logger > File "/home/weewx/bin/weecfg/__init__.py", line 22, in <module> > import configobj > ImportError: No module named configobj > > pi@pi3:~/weewx-4.1.0 $ sudo apt install python3-configobj > Reading package lists... Done > Building dependency tree > Reading state information... Done > python3-configobj is already the newest version (5.0.6-2). > 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. > > > > -- > 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/66f0a262-1021-4080-b784-720de1e81807%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/66f0a262-1021-4080-b784-720de1e81807%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAPq0zED9JqiAAjfUU7FWdTM2uRXTj%3DU1NxmjbpqcuvzB3RFzfw%40mail.gmail.com.
