Uberi / Uberi/speech_recognition
having issue in pyaudio anybody here to help me?
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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