python setup.py bdist_wheel did not run successfully

问题描述

安装webrtcvad时,报错python setup.py bdist_wheel did not run successfully

解决方法一(治本)

安装微软的VS Install,把你的操作系统包和改装的库装上

pip install nes-py --no-cache-dir
pip install --upgrade pip setuptools wheel

解决方法二(快但是不治本)

直接下载源码然后在源码目录

python setup.py install

猜你喜欢

转载自blog.csdn.net/GodGump/article/details/128608466
今日推荐