On Saturday, December 3, 2016 at 7:15:48 PM UTC-5, Dan'l B wrote:
>
> house@Houses-Macmini:/Users/shared/weewx$* sudo -H pip install 
> mysql-python* 
>
> Password:
>
> Collecting mysql-python
>
>   Downloading MySQL-python-1.2.5.zip (108kB)
>
>     100% |████████████████████████████████| 112kB 539kB/s 
>
>     Complete output from command python setup.py egg_info:
>
>     sh: mysql_config: command not found
>
>     Traceback (most recent call last):
>
>       File "<string>", line 1, in <module>
>
>       File "/private/tmp/pip-build-XCRGc0/mysql-python/setup.py", line 17, 
> in <module>
>
>         metadata, options = get_config()
>
>       File "setup_posix.py", line 43, in get_config
>
>         libs = mysql_config("libs_r")
>
>       File "setup_posix.py", line 25, in mysql_config
>
>         raise EnvironmentError("%s not found" % (mysql_config.path,))
>
>     EnvironmentError: mysql_config not found
>
>     
>
>     ----------------------------------------
>
>> Command "python setup.py egg_info" failed with error code 1 in 
>> /private/tmp/pip-build-XCRGc0/mysql-python/ 
>
>
apparently the python wrapper mysql-python is not pure python, and depends 
on a local mysql installation.

so you'll have to install mysql too - use a guide like this:

https://wpguru.co.uk/2015/11/how-to-install-mysql-on-mac-os-x-el-capitan/

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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to