在水蟒中安装蝗虫

2024-09-21 03:23:48 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在尝试按照以下步骤(http://docs.locust.io/en/latest/installation.html)在我的终端中安装蝗虫:

pip install locustio

我明白了:

^{pr2}$

我也尝试过easy_安装:

sudo easy_install locustio

我也有同样的错误。在那之后,昨天我在找关于这个的信息,有人说你可能需要安装gcc。在

brew install gcc

我得到这样的信息:

Warning: gcc-5.3.0 already installed

在找了几个小时的信息后,我读到了关于Python的文章,我安装了Python,我创造了我的新环境。。。在我的新环境中,我又得到了这样的结论:

  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

我快疯了。我想在环境中工作,但我需要一些帮助来做到这一点,因为我浪费了很多时间试图解决这个问题,以使用蝗虫。在

我用的是Mac Yosemite 10.10.3

我的Python版本是3.19.0

我的Python版本是2.7.11

我的gcc是gcc-5.3.0

有人能帮我吗?在

我只想在我的电脑里启动蝗虫


Tags: install版本信息http环境witheasyexit

热门问题