Error in the Javis Project

0 votes
If you watch Edureka's channel then you may know that Edureka has created program for jarvis. In which the used pyttsx3, speechrecognition, etc. While installing these libraries I did not get any error but when I used it, it says that pyaudio is not installed but when I install pyaudio. Pyaudio do not installs and shows an error. Please help me to solve this problem

Thank you in advance,
Jun 7, 2020 in Python by Kodi
• 120 points
866 views

Hi, @Kodi,

Could you please post the channel link here and the error you are facing, So that it will be clear for us to investigate further and solve your query ASAP.

What error it is showing?

1 answer to this question.

0 votes
what you can do is download the .whl file of pyaudio from 'https://www.lfd.uci.edu/~gohlke/pythonlibs/" and paste it in your python directory and after that try installing it using pip command and check whether it is importing or not. if any further issue faced then reply me.
answered Jun 28, 2020 by Shaurya Thapliyal
• 340 points

Related Questions In Python

0 votes
2 answers

Error: Speech to Text Codec cannot decode the bytes in position

import speech_recognition as sr r = sr.Recognizer() audio ='C\Users\Desktop\audiofile1.wav' with ...READ MORE

answered Nov 28, 2018 in Python by Nabarupa Das
2,462 views
0 votes
0 answers

how do i install django in my system for the project?

can you tell me the procedure for ...READ MORE

May 3, 2019 in Python by Waseem
• 4,540 points
476 views
0 votes
1 answer

How to resolve the error while importing cv2 from openCV in python?

I would recommend you go with anaconda ...READ MORE

answered Jul 31, 2019 in Python by Mohammad
• 3,230 points
1,692 views
+1 vote
4 answers

How do i resolve the "unexpected indent" error in python?

Look for the whitespaces which are not ...READ MORE

answered Aug 2, 2019 in Python by Mohammad
• 3,230 points
133,654 views
0 votes
1 answer

i am normalizing the data set iris in python and get the error ::TypeError: 'numpy.float64' object is not callable

TRY THIS   #Nomalisation for i in names:     print(i)   ...READ MORE

answered Aug 20, 2019 in Python by Noel Deepak Palle
5,524 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,067 views
0 votes
1 answer
0 votes
1 answer

please explain me what does i-1 in python user_define function

i - 1 is the index of ...READ MORE

answered Jun 28, 2020 in Python by Shaurya Thapliyal
• 340 points
2,571 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP