error: invalid command 'bdist_wheel' Failed building wheel for xxx

error: invalid command 'bdist_wheel'
Failed building wheel for xxx

提示这个错误是因为没有wheel包,安装这个包即可。

pip install wheel

参考:Why is python setup.py saying invalid command 'bdist_wheel' on Travis CI?

 
posted @ 2021-07-31 18:44  Lucky小黄人^_^  阅读(197)  评论(0)    收藏  举报