83980/error-command-gcc-failed-with-exit-status-1
Hi Guys,
I am trying to install pyaudio with instructions. But I am getting the below error.
error: command 'gcc' failed with exit status 1
How can I solve this error?
Hi@akhtar,
I don't know which steps you followed. But in my case, I followed the below steps and this worked for me.
First, we need to install Portaudio modules
$ sudo apt-get install libasound-dev
Download the Portaudio archive.
Unzip the archive.
$ tar -zxvf portaudio.tgz
Enter the directory, then run the below command.
$ ./configure && make
And finally, install Pyaudio.
$ sudo pip install pyaudio
Check the version of Pyaudio, it should be 0.2.9
Hey! Your array shapes seem inconsistent. Try ...READ MORE
Hi@akhtar, Here you used x as your feature ...READ MORE
Hi, @Adil, I would suggest you go through ...READ MORE
Hi@akhtar, This looks as if you don't load ...READ MORE
You can also use the random library's ...READ MORE
Syntax : list. count(value) Code: colors = ['red', 'green', ...READ MORE
Enumerate() method adds a counter to an ...READ MORE
Hi@akhtar, You should download the version that is ...READ MORE
Hi@akhtar, You may get this error because of ...READ MORE
Hi@akhtar, The cl.exe is the MSFT C /C++ compiler and ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.