You either don't have setuptools installed, or you have an old version. python3 -m pip install --upgrade setuptools
Frankly, I'm finding setuptools more of a pain than a help and am thinking of abandoning it. -tk On Mon, Apr 13, 2020 at 3:01 PM Pat <[email protected]> wrote: > Not sure why I'm seeing this today, I haven't seen it with other builds. > weewx seems to be working fine regardless? > > root@nebula:~/weewx-4.0.0b18# python3 setup.py build > /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown > distribution option: 'long_description_content_type' > warnings.warn(msg) > running build > running build_py > running build_scripts > > > > Then python3 setup.py install runs it's install > > root@nebula:~/weewx-4.0.0b18# service weewx status > ● weewx.service - LSB: weewx weather system > Loaded: loaded (/etc/init.d/weewx; generated) > Active: active (running) since Mon 2020-04-13 17:58:05 EDT; 1min 53s > ago > Docs: man:systemd-sysv-generator(8) > Process: 20137 ExecStop=/etc/init.d/weewx stop (code=exited, status=0/ > SUCCESS) > Process: 20159 ExecStart=/etc/init.d/weewx start (code=exited, status=0/ > SUCCESS) > Tasks: 8 (limit: 4702) > CGroup: /system.slice/weewx.service > └─20187 /usr/bin/python3 /home/weewx/bin/weewxd --daemon -- > pidfile=/var/run/weewx.pid /home/weewx/weewx.conf > > > Apr 13 17:58:05 nebula weewx[20182] INFO __main__: Initializing weewx > version 4.0.0b18 > Apr 13 17:58:05 nebula weewx[20182] INFO __main__: Using Python 3.6.9 > (default, Nov 7 2019, 10:44:02) #012[GCC 8.3.0] > Apr 13 17:58:05 nebula weewx[20182] INFO __main__: Platform > Linux-4.15.0-96-generic-x86_64-with-Ubuntu-18.04-bionic > Apr 13 17:58:05 nebula weewx[20182] INFO __main__: Locale is 'C.UTF-8' > .... > Apr 13 17:58:10 nebula /weewxd[20187]: restx: MQTT: desired unit system is > US > Apr 13 17:58:10 nebula /weewxd[20187]: restx: MQTT: network > encryption/authentication > will be attempted > Apr 13 17:58:10 nebula /weewxd[20187]: restx: Windy: version is 0.31 > Apr 13 17:58:10 nebula /weewxd[20187]: restx: Windy: Data will be > uploaded to https://stations.windy.com/pws/update > Apr 13 17:58:10 nebula weewxd[20187]: weewx[20187] INFO __main__: Starting > up weewx version 4.0.0b18 > Apr 13 17:58:12 nebula weewxd[20187]: weewx[20187] INFO weewx.engine: > Clock error is -0.11 seconds (positive is fast) > Apr 13 17:58:12 nebula weewxd[20187]: weewx[20187] INFO weewx.engine: > Using binding 'wx_binding' to database 'weewx' > Apr 13 17:58:12 nebula weewxd[20187]: weewx[20187] INFO weewx.manager: > Starting backfill of daily summaries > Apr 13 17:58:14 nebula weewxd[20187]: weewx[20187] INFO weewx.engine: > Starting main packet loop. > > Something I should be concerned with? > > -- > 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/10a705db-4c93-423f-8f68-96fcbecfb9d7%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-development/10a705db-4c93-423f-8f68-96fcbecfb9d7%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAPq0zEBDCyD0jSC4Fi_3QWcx985BgWT5MO_T6DMQ41MhF-chFA%40mail.gmail.com.
