我正在尝试运行需要PyAudio的程序。我有0.2.8版本但它需要0.2.9版本。终端告诉我更新我的点子。完成之后它只显示我的旧命令enter image description here
enter image description here
你需要修复你的setuptools:
wget https://bootstrap.pypa.io/ez_setup.py -O - | python
要么
curl https://bootstrap.pypa.io/ez_setup.py | python