我试图在我的终端中按照以下步骤( http://docs.locust.io/en/latest/installation.html)安装 locustio :
pip install locustio
我明白了:
ld: library not found for -lgcc_s.10.5
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command 'gcc' failed with exit status 1
我也尝试过easy_install:
sudo easy_install locustio
我犯了同样的错误。在那之后,昨天我在寻找这方面的信息,有人说你可能需要安装gcc。
brew install gcc
我收到这条消息:
Warning: gcc-5.3.0 already installed
在寻找信息几个小时后,我阅读了有关 Anaconda 的信息,我安装了 Anaconda 并创建了我的新环境......在我的新环境中,我再次得到了这个:
ld: library not found for -lgcc_s.10.5
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command 'gcc' failed with exit status 1
我快疯了。我想在环境中工作,但我需要一些帮助才能做到这一点,因为我在尝试解决这个问题以使用 locustio 时浪费了很多时间。
我正在使用 Mac Yosemite 10.10.3
我的 Anaconda 版本是 3.19.0
我的 Python 版本是 2.7.11
我的 gcc 是 gcc-5.3.0
有人可以帮助我吗?
我只想在我的电脑上启动 locustio =(