gpt4 book ai didi

python - 导入pyaudio时出现问题

转载 作者:太空狗 更新时间:2023-10-30 02:44:09 24 4
gpt4 key购买 nike

我最近买了一台新的笔记本电脑,我把我的文件从我的旧笔记本电脑上移走了。我在 pycharm 中开发一个使用模块 pyaudio 的项目,我尝试运行它,但出现错误,提示没有名为 pyaudio 的模块。

我运行了“apt-get install python-pyaudio”,它成功了,但错误仍然存​​在。然后我从它的网站下载了 pyaudio 并安装了软件包。问题仍然存在,有什么想法吗?

此外,如果有帮助的话,我将解释器从 2.7 更改为 3i。

最佳答案

在 PyCharm 中,转到 file > settings > project > project interpreter

从项目解释器下拉列表中选择您要使用的 Python 解释器。 enter image description here单击左上角的绿色 + 按钮将包添加到解释器。

enter image description here
在搜索框中,输入 PyAudio

从列表中选择你想要的包,

指定你想要的版本,

点击安装包

Note
Install virtualenv if you want to set a virtual env as the project interpreter. Else the changes will reset on PyCharm restart.

关于python - 导入pyaudio时出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30842810/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com