python安装locustio报错error: invalid command 'bdist_wheel'的解决方法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python安装locustio报错error: invalid command 'bdist_wheel'的解决方法相关的知识,希望对你有一定的参考价值。
locust--scalable user load testing tool writen in Python(是用python写的、规模化、可扩展的测试性能的工具)
安装locustio需要的环境条件是:Python2.6+,但是不支持Python3。
今天在cmd里运行pip install locustio,报错提示:error: invalid command ‘bdist_wheel‘。
原因:pip和setuptools的版本较低。
解决方案:升级pip和setuptools。
一、升级pip
升级pip的方法:
在cmd里执行:pip install --upgrade pip(该语句是pip升级自己)
二、升级setuptools
升级setuptools的方法:
方法①:在cmd里执行该语句:pip install setuptools --upgrade
方法②:到官网去下载最新的setupools安装包
https://pypi.python.org/pypi/setuptools 点击downloads,下载setuptools-28.7.1.tar.gz(或其他格式的,下载时间不同版本号可能会不同)
将该文件下载到本地后进行解压,在cmd中进入到setup.py文件所在的目录,执行python setup.py install
三、将pip和setuptools升级完成后,再次重新安装locustio
打开一个新的cmd后执行 pip install locustio
四、最后验证locustio是否正确安装:
在cmd里输入locust --help,若显示提示信息,则表明已正确安装了locustio
以上是关于python安装locustio报错error: invalid command 'bdist_wheel'的解决方法的主要内容,如果未能解决你的问题,请参考以下文章
error for rrdtool install(python3安装rrdtool报错)
python安装模块的时候报错error: command 'gcc' failed with exit status 1
python中使用pip安装报错:Fatal error in launcher... 解决方法
python3.5 安装报错error: Unable to find vcvarsall.bat