Notice
Recent Posts
Recent Comments
Link
박가방
no module named speech_recognition 본문
1. 문제
설치는 되어있으나 no module named speech_recognition 오류 발생
pip install SpeechRecognition
- 참고로 얘만 파스칼케이스다
2. 해결
conda prompt 창에
pip3 install --upgrade speechrecognition
적고 다시 jupyter lab 실행하니까 해결
'프로그램 언어 > Python' 카테고리의 다른 글
cuda, pythorch 설치 정리 (0) | 2023.07.10 |
---|---|
[python] jupyter lab attr 오류 (0) | 2023.07.10 |
[python] requirements.txt 설치 오류 (0) | 2023.07.10 |
[python] tensorflow-gpu, ssl 오류 (0) | 2023.07.10 |
[오류] tensorflow 설치 오류 (0) | 2023.04.13 |