ruby on rails - Tried installing mysql using brew, cmake builds fails error -


i'm installing mysql using brew on linux (ubuntu 14.04)

i type brew install mysql command following errors

==> installing mysql dependency: cmake ==> downloading http://www.cmake.org/files/v3.2/cmake-3.2.2.tar.gz downloaded: /home/sharif/.cache/homebrew/cmake-3.2.2.tar.gz ==> downloading https://pypi.python.org/packages/source/s/sphinx/sphinx-1.2.3.ta downloaded: /home/sharif/.cache/homebrew/cmake--sphinx-1.2.3.tar.gz ==> python -c import setuptools... --no-user-cfg install --prefix=/tmp/cmake2015 --record=installed.txt  traceback (most recent call last):   file "<string>", line 1, in <module> importerror: no module named setuptools  read this: https://github.com/homebrew/linuxbrew/blob/master/share/doc/homebrew/troubleshooting.md#troubleshooting  these open issues may help: cmake builds fail on clt-only --env=std (https://github.com/homebrew/homebrew/issues/29101) 

its stuck on tried many times, don't know should do. i'm naive first time ever installing installing ruby on rails mysql. i'm following tutorial show how install ruby on rails on mac i'm copying same command got error on point ..

please note i've installed linusbrew, highly appreciated.

any idea?


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -