系统和软件环境:
操作系统:Window10 64位
Python版本:3.7.3
问题:
pip安装Locust报错,提示如下图:(安装pymssql时也出现过类似问题)
Error:Microsoft Visual C++ 14.0 is required. Get it with “Build Tools for Visual Studio”: https://visualstudio.microsoft.com/downloads/
终于找到Microsoft Visual C++ 1
介绍
An open source load testing tool.
一个开源性能测试工具。
define user behaviour with python code, and swarm your system with millions of simultaneous users.
使用Python代码来定义用户行为。用它可以模拟百万计的并发用户访问你的系统。
官方网站:http://locust.io/
Locust安装
1、安装Python:
官方:https://www.