【发布时间】:2020-09-05 05:44:27
【问题描述】:
我正在使用 Python 3.7.8
ModuleNotFound:当我尝试运行我的项目时,没有出现名为“SpeechRecognition”的模块。 ModuleNotFound: No module named 'SpeechRecognition'
但是当我尝试使用 python -m speech_recognition 时效果很好: enter image description here
【问题讨论】:
-
我将 Speech_recognition 导入为 sr,但在导入 SpeechRecognition 时也不起作用
标签: flask speech-recognition python-3.7