Hi, bin/user/schemas.py is a file that existed under weeWX 2.x but was removed in weeWX v3.0.0 (and onwards). I presume you edited setup.cfg to change the home directory? I am no expert on the setup.py installer, Tom and Matthew are better versed, but you haven't somehow ended up running the 2.0.1 setup.py instead of the 3.8.0 version have you?
Gary On Monday, 12 February 2018 14:43:32 UTC+10, JE Norton wrote: > > I am trying to do something similar, upgrading from 2.01 to 3.8 using > setup.py. After unpacking the tarball and editing the setup.cfg file the > build goes ok but the install stops with this error: > error: can't copy '/home/jen/weewx-3.8.0/bin/user/schemas.py': doesn't > exist or not a regular file > It isn't lying the the file is not there. Was it supposed be created > during the build? > Not sure where to go from here. Could someone make a suggestion? > Thanks > > On Sunday, January 22, 2017 at 2:22:10 PM UTC-7, Tom Keffer wrote: >> >> And otherwise, it went OK? >> >> -tk >> >> On Sun, Jan 22, 2017 at 12:35 PM, tds <[email protected]> wrote: >> >>> OK, I did the migration today. My weewx.sdb was about 74MB. It only took >>> the manager a bit over 10 minutes to finish the backfilling. The process >>> started at 22:13:07 and finished at 20:24:37. >>> >>> Jan 22 20:24:37 wxpi weewx[3224]: manager: Processed 442781 records to >>> backfill 1539 day summaries in 689.98 seconds >>> >>> DS. >>> >>> On Thursday, January 19, 2017 at 5:05:30 PM UTC-8, gjr80 wrote: >>>> >>>> On Friday, 20 January 2017 10:53:44 UTC+10, vince wrote: >>>>> >>>>> >>>>> Older model pi had issues completing it successfully, but I'm >>>>> guessing/hoping a pi3 has enough horsepower that it'll succeed. Be very >>>>> patient during the conversion process. >>>>> >>>> >>>> IIRC the main issue with the older RPi (other than speed) was that >>>> backfilling the daily summaries was done in a single transaction and for >>>> large archives this caused memory issues leading to a crash. This issue >>>> was >>>> addressed in 3.5.0 and the daily summary rebuilds are now done in >>>> transactions of so many days rather than one big transaction. So hopefully >>>> that aspect should be crash free. And a contemporary RPi should see the >>>> rebuild done much faster than original RPi. >>>> >>>> Gary >>>> >>> -- >>> 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]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- 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]. For more options, visit https://groups.google.com/d/optout.
