I’m not so sure he modified anything. The packages need to be installed manually when using setup.py for installation.
See: http://www.weewx.com/docs/setup.htm In particular, look at the Install Prerequisites section. > On Jun 2, 2019, at 8:33 PM, gjr80 <[email protected]> wrote: > > Hi, > > It looks like you have modified the WeeWX installer and it has not done what > you want. I cannot help with that but I suggest the easiest way to fix your > requests import error is to manually install the python requests library. To > install requests try (untested): > > 1. install pip: > > $ sudo apt-get install python-dev > $ sudo apt-get install python-pip > > 2. install the requests library: > $ sudo pip install requests > > Note that if your modified installer did not work as expected it is possible > you will have other unmet dependencies (ie errors). You will need to deal > with them as they occur and you may well have to install other libraries. > > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/0a9b6a73-fdba-4ab5-acf2-ad30d2456d0f%40googlegroups.com. > 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/393713DB-C403-44C5-93F0-36C9C0E566E6%40johnkline.com. For more options, visit https://groups.google.com/d/optout.
