Error running 'requirements_osx_brew_libs_install…' on Mac 10.7

前端 未结 8 1190
陌清茗
陌清茗 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:11

    Looks like a package you are trying to pull might be unreachable. I am seeing the same error and the log file shows an error trying to download http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz which I can confirm is currently unreachable via wget:

    --2013-05-13 21:09:52-- (try: 2) http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz Connecting to pyyaml.org|70.87.222.22|:80... connected. HTTP request sent, awaiting response... Read error (Operation timed out) in headers. Retrying.

    Also confirming that pyyaml.org is unreachable for me.

提交回复
热议问题