尝试使用brew安装mysql,cmake构建失败错误

时间:2015-04-23 00:27:30

标签: ruby-on-rails linux homebrew rbenv linuxbrew

我在Linux上使用brew安装mysql(Ubuntu 14.04)

我键入此brew install mysql命令我收到以下错误

==> Installing mysql dependency: cmake
==> Downloading http://www.cmake.org/files/v3.2/cmake-3.2.2.tar.gz
Already 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
Already 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 also help:
cmake builds fail on CLT-only with --env=std (https://github.com/Homebrew/homebrew/issues/29101)

它被困在这个试了很多次,不知道该怎么办。我是一个天真的第一次用mysql在rails上安装ruby。我正在按照一个教程展示如何在MAC上的rails上安装ruby我正在复制相同的命令但是在这一点上有错误..

请注意我已经安装了linusbrew,任何帮助都将受到高度赞赏。

任何想法?

0 个答案:

没有答案