Error running 'requirements_osx_brew_libs_install…' on Mac 10.7

前端 未结 8 1219
陌清茗
陌清茗 2020-12-28 12:31

Trying to install brew on a last generation Macbook Pro and keep getting the following error:

Error running \'requirements_osx_brew_libs_install autoconf

8条回答
  •  长情又很酷
    2020-12-28 13:13

    The log file that this error tells you to check has this info:

    There were package installation errors, make sure to read the log.

    Try brew tap --repair and make sure brew doctor looks reasonable.

    Check Homebrew requirements https://github.com/mxcl/homebrew/wiki/Installation

    After running brew tap --repair, rvm was able to auto install the missing dependencies via homebrew and install my ruby without problems. no need to manually install each package or anything else.

提交回复
热议问题