kali安装pyaudio

1. 问题描述:

return exctype is not None and issubclass(exctype, self._exceptions)
      RecursionError: maximum recursion depth exceeded in __subclasscheck__
      [end of output]
 
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for pyaudio
Failed to build pyaudio                                                                                                                       
ERROR: Could not build wheels for pyaudio, which is required to install pyproject.toml-based projects

2.解决办法:

  sudo apt-get install portaudio19-dev
  sudo apt-get install python3-all-dev
  pip install pyaudio

  这是官方(people.csail.mit.edu/hubert/pyaudio/)安装说明文档的截图:

  Be sure to install the portaudio library development package:确保安装了接口音频库的开发包

 

posted on   《=》  阅读(179)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· AI 智能体引爆开源社区「GitHub 热点速览」
· 三行代码完成国际化适配,妙~啊~
· .NET Core 中如何实现缓存的预热?
点击右上角即可分享
微信分享提示