Uberi / Uberi/speech_recognition

having issue in pyaudio anybody here to help me?

Open
#449 5 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
9k
Forks
2.4k
Avg merge
12h 24m
Merged PRs (30d)
3

Description

File "C:\Users\Admin\AppData\Local\Programs\Python\Python38-32\lib\site-packages\speech_recognition_init_.py", line 108, in get_pyaudio
import pyaudio
ModuleNotFoundError: No module named 'pyaudio'

During handling of the above exception, another exception occurred:

File "F:\COMPUTER LANGUAGES\PYTHON\Python Codding\Jarvis\jarvis.py", line 48, in
takecommand()
File "F:\COMPUTER LANGUAGES\PYTHON\Python Codding\Jarvis\jarvis.py", line 30, in takecommand
with sr.Microphone() as source:
File "C:\Users\Admin\AppData\Local\Programs\Python\Python38-32\lib\site-packages\speech_recognition_init_.py", line 79, in init
self.pyaudio_module = self.get_pyaudio()
File "C:\Users\Admin\AppData\Local\Programs\Python\Python38-32\lib\site-packages\speech_recognition_init_.py", line 110, in get_pyaudio
raise AttributeError("Could not find PyAudio; check installation")
AttributeError: Could not find PyAudio; check installation

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The report points to speech_recognition/init.py and the caller at jarvis.py lines 30 and 48, but provides no repository change to make. Start by determining whether the missing PyAudio dependency is reproducible in this project and whether installation guidance or a code change is expected. Done requires a defined, reproducible resolution for the reported Python 3.8 Windows setup.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
audio-video-rtc
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.