我正在尝试按照以下步骤(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
有人可以帮帮我吗?我只是想在我的电脑中启动locus =(