原文:python 3.8 安装pyaudio pip3 install pyaudio error: Microsoft Visual C++ 14.0 or greater is required.

E: Eprogramfiles Anaconda envs myenvpy gt pip install pyaudioCollecting pyaudio Using cached PyAudio . . .tar.gz kB Using legacy setup.py install for pyaudio, since package wheel is not installed.Inst ...

2021-11-14 19:33 0 1123 推荐指数:

查看详情

Microsoft Visual C++ 14.0 or greater is required.

Microsoft Visual C++ 14.0 or greater is required. 表示缺少Visual Studio 2015及以上版本 的C++编译器。 可以通过以下途径解决。最好是第二、三种途径。 一、直接下载对应版本的.whl文件,然后运行 pip ...

Tue Nov 16 18:48:00 CST 2021 0 1903
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM