WeeWX 4.0.0 Import Error (csv files)

58 views
Skip to first unread message

rich T

unread,
Apr 12, 2020, 11:05:07 PM4/12/20
to weewx-user
Attempting to import some older data into the weewx database, but receive the following error.

pi@raspberrypi:/home/weewx/bin $ sudo ./wee_import --import-config=/home/pi/Desktop/Mesowest/Import/csv.conf
WeeWX 4.0.0 or greater is required, found 4.0.0b12. Nothing done, exiting.

Thanks

gjr80

unread,
Apr 13, 2020, 3:41:58 AM4/13/20
to weewx-user
Apologies, but when I added the WeeWX v4 dependent specifics to wee_import I set the wee_import WeeWX version check to 4.0.0; however, the extended beta period resulted in more and more folks using one of the beta releases and of course according to distutils 4.0.0b12 < 4.0.0. I relaxed the version check to 4.0.0b1 as of 4.0.0b13, too late for your b12. You have three options:

1. edit your bin/wee_import and and change

REQUIRED_WEEWX = "4.0.0"

to

REQUIRED_WEEWX = "4.0.0b1"

2. update to b13 or later

3. wait for WeeWX 4.0.0 to release

Gary
Reply all
Reply to author
Forward
0 new messages