On Sunday, December 4, 2016 at 12:34:30 PM UTC-5, mwall wrote:
>
> 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/
>

Well, I had installed MySQL and was running it and will try again but it's 
annoying as it then blocks port 3306 which is used by the MySQL install in 
my MAMP stack, which I use quite often. And I guess that python install 
can't see the MAMP MySQL unless I do something with the $PATH.

Thanks, 

-- 
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