正所谓万事开头难,每当我下定决心准备学一项技能的时候,环境的搭建总是把我劝退;
一.在安装locust时,pip install locustio 时一直报错: building 'gevent.libev.corecext' extension
? ? error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
不停百度,安装,下载终于安装好了,
解决方法:
1.下载gevent 包:下载地址 :https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted?
pip install gevent包
2.下载Microsoft Visual C++ 下载地址:https://pan.baidu.com/s/1SQrHsTi0wOK1_V7s4LERrQ?errno=0&errmsg=Auth%20Login%20Sucess&&bduss=&ssnerror=0&traceid=
3.重新?
pip install locustio
如果在cmd里不行,就用管理员运行cmd 再试下
二.如果报错:error: invalidcommand'bdist_wheel'
多半是setuptools版本不正确或者你的环境中没有安装wheel, 请使用一下命令升级:
pip install wheel
pip install --upgrade setuptools