Python Can';t在ubuntu 14.04上安装watchman

Python Can';t在ubuntu 14.04上安装watchman,python,ubuntu-14.04,linuxbrew,watchman,Python,Ubuntu 14.04,Linuxbrew,Watchman,我无法使用linuxbrew安装watchman,它显示了一个错误: error: command '/usr/bin/gcc-4.8' failed with exit status 1 make[1]: *** [py-build] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory `/tmp/watchman20150922-20192-z5lj26/w

我无法使用linuxbrew安装watchman,它显示了一个错误:

  error: command '/usr/bin/gcc-4.8' failed with exit status 1
    make[1]: *** [py-build] Error 1
    make[1]: *** Waiting for unfinished jobs....
    make[1]: Leaving directory `/tmp/watchman20150922-20192-z5lj26/watchman-3.7.0-brew'
    make: *** [all] Error 2
我已经生成了错误日志

brew gist-logs watchman --config --doctor
它的联系是


请提供帮助

我对linuxbrew一无所知,但这是一个基本问题:

它表明您没有设置一个工作的python开发环境;watchman中构建过程的一部分是为python构建一个C扩展,以提高序列化/反序列化的效率


您可能希望/需要使用linuxbrew安装python以克服此问题。

我对linuxbrew一无所知,但这是一个基本问题:

它表明您没有设置一个工作的python开发环境;watchman中构建过程的一部分是为python构建一个C扩展,以提高序列化/反序列化的效率


您可能希望/需要使用linuxbrew安装python以克服此问题。

我对linuxbrew一无所知,但这是一个基本问题:

它表明您没有设置一个工作的python开发环境;watchman中构建过程的一部分是为python构建一个C扩展,以提高序列化/反序列化的效率


您可能希望/需要使用linuxbrew安装python以克服此问题。

我对linuxbrew一无所知,但这是一个基本问题:

它表明您没有设置一个工作的python开发环境;watchman中构建过程的一部分是为python构建一个C扩展,以提高序列化/反序列化的效率


您可能希望/需要使用linuxbrew安装python以克服此问题。

安装Watchman的最佳方法是:

  • 通过选择克隆或下载按钮下载
  • 转到下载它的文件夹并解压缩它
  • 使用cd watchman进入该文件夹

按照以下命令操作
安装Watchman的最佳方法是:

  • 通过选择克隆或下载按钮下载
  • 转到下载它的文件夹并解压缩它
  • 使用cd watchman进入该文件夹

按照以下命令操作
安装Watchman的最佳方法是:

  • 通过选择克隆或下载按钮下载
  • 转到下载它的文件夹并解压缩它
  • 使用cd watchman进入该文件夹

按照以下命令操作
安装Watchman的最佳方法是:

  • 通过选择克隆或下载按钮下载
  • 转到下载它的文件夹并解压缩它
  • 使用cd watchman进入该文件夹

按照以下命令操作 try:try:try:try:
$ sudo apt-get install -y autoconf automake build-essential python-dev
$ ./autogen.sh 
$ ./configure 
$ make
$ sudo make install

$ watchman --version
$ echo 999999 | sudo tee -a /proc/sys/fs/inotify/max_user_watches  && echo 999999 | sudo tee -a  /proc/sys/fs/inotify/max_queued_events && echo 999999 | sudo tee  -a /proc/sys/fs/inotify/max_user_instances && watchman  shutdown-server