简体   繁体   English

我没有安装名为“Speech_Recognition”的模块,但仍然显示找不到模块

[英]No module named 'Speech_Recognition' I have installed but still showing module not found

I have installed Speech_Recognition :我已经安装了 Speech_Recognition :

在此处输入图片说明

and tried to import it并尝试导入它
在此处输入图片说明

this error shows up这个错误出现
在此处输入图片说明

import Speech_Recognition as sr

我刚刚写错了它应该是

import speech_recognition as sr

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Python 中没有名为“speech_recognition”的模块 - No module named 'speech_recognition' in Python ModuleNotFoundError:没有名为“ speech_recognition”的模块 - ModuleNotFoundError: No module named 'speech_recognition' ModuleNotFoundError:没有名为“speech_recognition”的模块(Windows 计算机) - ModuleNotFoundError: No module named 'speech_recognition' (windows COMPUTER) ImportError:python IDLE 中没有名为“speech_recognition”的模块 - ImportError: No module named 'speech_recognition' in python IDLE python speech_recognition模块占用麦克风 - python speech_recognition module occupies microphone 语音识别:AttributeError:模块“ speech_recognition”没有属性“ Recognizer” - Speech Recognition: AttributeError: module 'speech_recognition' has no attribute 'Recognizer' Python Speech_Recognition 未显示 - Python Speech_Recognition not showing 我已经安装了 IPython,但仍然“没有名为‘IPython’的模块” - I have installed IPython, and still "No module named 'IPython'" 属性错误:模块“ speech_recognition”没有属性“ Recognizer” - Attribute error:module 'speech_recognition' has no attribute 'Recognizer' 如何使用 Speech_recognition 修复模块导入错误? - How to fix Module Import Error with speech_recognition?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM