原文:python安装locustio报错error: invalid command 'bdist_wheel'的解决方法

locust scalable user load testing tool writen in Python 是用python写的 规模化 可扩展的测试性能的工具 安装locustio需要的环境条件是:Python . ,但是不支持Python 。 今天在cmd里运行pip install locustio,报错提示:error: invalid command bdist wheel 。 原因 ...

2016-11-03 12:18 0 3209 推荐指数:

查看详情

python关于error: invalid command 'bdist_wheel报错解决

Python在打包成whl文件时, 使用命令:python setup.py sdist bdist_wheel报错error: invalid command 'bdist_wheel 执行完这句即可解决!pip3 install wheel 最近在玩RaspBerry Pico ...

Thu May 13 06:46:00 CST 2021 0 3263
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM