On Saturday, December 3, 2016 at 9:19:33 AM UTC-5, Dan'l B wrote: > > I gather from a previous thread here > > https://groups.google.com/d/msg/weewx-user/BW7uCMOCHhE/oMppmujeJZAJ > > that I need to install two items: > > You need to install the client interfaces to MySQL. >> >> sudo apt-get install mysql-client >> sudo apt-get install python-mysqldb >> > > On my OSX 10.11.6 (El Cap) system this would be via pip, correct? > > Am I not doing this correctly? >
i think the mysql package name for pip is mysql-python: sudo pip install mysql-python m -- 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.
