安装locust不成功报错ERROR: Could not install packages due to an OSError: [WinError 2] 系统找不到指定的文件。: ‘C:\\Pyt

问题:ERROR: Could not install packages due to an OSError: [WinError 2] 系统找不到指定的文件。: 'C:\\Python310\\Scrip
ts\\locust.exe' -> 'C:\\Python310\\Scripts\\locust.exe.deleteme'

解决方案:

用命令后面加上 --user来获取权限,问题自然解决。

pip install --upgrade pip --user

pip install locust --user

你可能感兴趣的:(python,linux,开发语言)