On Tuesday, November 26, 2019 at 5:53:00 AM UTC-8, P Simmons wrote: > > For my own arcane reasons, I prefer to build on one machine using "make > src-package", and transferring the resulting "./dist/*.gz" to another. > > After a "git pull" updating to commit 4a36cbf, I get the following output: > > ./setup.py sdist > Traceback (most recent call last): > File "./setup.py", line 21, in <module> > import configobj > ModuleNotFoundError: No module named 'configobj' > make: *** [makefile:114: src-package] Error 1 > > >
You need to meet the requirements of weewx on your build system. Install all the things in the prerequisites for your runtime system. You're missing the python configobj module. -- 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/8a648fbf-5ea0-4881-87f6-d2fd3e38ff94%40googlegroups.com.
