在 Raspberry 中安装 SpeechRecognition [python]

Install SpeechRecognition in Raspberry [python]

我按照 https://github.com/Uberi/speech_recognition

中的说明安装了 SpeechRecognition

pip install SpeechRecognition

目前我在Raspberry Pi3上使用python3.5。安装没有错误。 教程的下一部分说:"To quickly try it out, run python -m speech_recognition after installing."但似乎找不到该库。

看起来系统正在寻找其他地方的图书馆,或者我放错了图书馆。谁能帮帮我?

试试看 pip3 install SpeechRecognition

我的问题在 运行 python3 -m speech_recognition 时解决了。