pyaudio安装缺少文件问题error: portaudio.h: 没有那个文件或目录

1、在安装pyaudio时,报错failed error: portaudio.h: 没有那个文件或目录

2、pyaudio的运行需要依赖于portaudio这个库,应该先安装一个portaudio库

3、portaudio安装步骤:

  a)下载portaudio库http://portaudio.com/download.html

  b)将下载的文件进行解压

  c)进入解压后的portaudio文件,依次执行命令:

    ./configure

    make

    make install

4、到此portaudio库安装成功

5、安装pyaudio库,pip3 install pyaudio

原文地址:https://www.cnblogs.com/dbj66/p/8817890.html

时间: 2024-10-13 01:31:04

pyaudio安装缺少文件问题error: portaudio.h: 没有那个文件或目录的相关文章

GNU Linux 64位系统中fatal error: stdio.h: 没有那个文件或目录的错误的解决方法

在64位系统中,编写一个C语言程序后,使用gcc进行编译时,出现了如下的错误: test.c:1:19: fatal  error: stdio.h: 没有那个文件或目录 #include <stdio.h> 针对以上的情况,对于在32环境下一般不会出现这个问题,因为已经把libc的头文件包括在系统中了,那么针对这样的情况,主要检查是否安装了完备的开发环境: build-essential package - Installs the following collection to compi

“fatal error: hdf5.h: 没有那个文件或目录”解决方法

問題一: Installing Caffe without CUDA: fatal error: cublas_v2.h No such file: 在Makefile.config中修改,將CPU_ONLY := 1打開. 問題二:“fatal error: hdf5.h: 没有那个文件或目录”解决方法 参考自http://blog.csdn.net/hongye000000/article/details/51043913 Step 1 在Makefile.config文件的第85行,添加/

php 编译安装报错 configure: error: mcrypt.h not found. Please reinstall libmcrypt.

编译安装php时报错的解决方法: 错误一:configure: error: mcrypt.h not found. Please reinstall libmcrypt. 解决办法:需要安装Libmcrypt wget http://softlayer.dl.sourceforge.net/sourceforge/mcrypt/libmcrypt-2.5.8.tar.gz        tar -zxvf libmcrypt-2.5.8.tar.gz        cd /usr/local/

Moses与IRSTLM共同编译失败的解决方案:fatal error: dictionary.h no such file or 目录

已经解决: 错误原因在于始终没用又用已经编译安装过的irstlm而是一直用那个原文件夹造成的,而这里Manual似乎也写错了,manual里有很强的误导性: 但是仔细看,manual里还写到: However, if you want to use IRSTLM to read the language model and assign scores to n-grams, then IRSTLM needs to be linked with Moses. Once IRSTLM is suc

安装php出错configure: error: mcrypt.h not found. Please reinstall libmcrypt

wget ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/attic/libmcrypt/libmcrypt-2.5.7.tar.gz 安装: 66 tar -zxvf libmcrypt-2.5.7.tar.gz 67 cd libmcrypt-2.5.7 68 mkdir -p /usr/local/libmcrypt 69 ./configure prefix=/usr/local/libmcrypt/ 70 make 71 make install 记得

安装libpng出现configure: error: ZLib not installed和 zlib自定义目录安装的情况下,编译libpng时找不到zlib的问题的解决办法

在CentOS5.4下安装libpng./configure --prefix=/usr/local/libpng提示: configure: error: ZLib not installed 在装libpng之前,我先装了zlib.可为什么还是提示找不到呢?我接着查了资料,有文档说libpng不用configure,是拷贝scripts/makefile.linux我又执行如下命令:cp scripts/makefile.linux makefilemake结果,,出错更多了,.. 最后的解

&quot;Parser.cpp:13:19: error: expat.h&quot;的解决

在device/qcom/common/display/tools目录下 运行 perl parser.pl panel_xxx_xxx_xxx.xml panel时未能成功,发现未配置环境. sudo perl -e shell -MCPAN后,install XML::Parser 又出错: Parser.cpp:13:19: error: expat.h: 没有那个文件或目录 搜索后解决问题:sudo apt-get install libexpat-dev IceSSL/UtilF.h:

Ubuntu18.4.3安装python-ldap找不到lber.h的解决方法

利用pip install python-ldap出现编译错误: Modules/errors.h:8:18: fatal error: lber.h: 没有那个文件或目录 经过一番搜寻,在StackOverflow上找到的解决方法: sudo apt-get install libldap2-dev 这时错误变成了sasl.h缺失,继续安装: sudo apt-get install libsasl2-dev 原文地址:https://www.cnblogs.com/ben9518chen/p

VS2012与VS2015同时安装用VS2012创建MFC程序时弹出编译错误”fatal error C1083: 无法打开包括文件:“mprapidef.h”: No such file or directory”的解决办法

在WIndows 7操作系统上同时安装VS2012与VS2015并用VS2012创建MFC程序时弹出编译错误"fatal error C1083: 无法打开包括文件:"mprapidef.h": No such file or directory"的解决办法: I installed vs2015 and vs2012, then the same problem occurs,however, I find a solution. open visual stud