Python Forum
Error with SpeechRecognition module
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error with SpeechRecognition module
#2
At the beginning of the script, write
import sys
print(sys.executable)
print(sys.version_info)
print(sys.path)
sys.exit(0)
and post the output here.
Reply


Messages In This Thread
RE: Error with SpeechRecognition module - by Gribouillis - Aug-03-2020, 09:15 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  vlc module error pythonprogrammer 1 2,914 Apr-23-2020, 04:16 AM
Last Post: Larz60+
  Cannot use speechrecognition Please HELP Simurg 1 2,188 Aug-11-2019, 07:12 PM
Last Post: buran
  speechrecognition 3.8.1 aibrain 1 3,392 Apr-07-2018, 02:17 PM
Last Post: wavic
  pyhton error there is no PIL module error help! pokeboss235 1 2,956 Feb-22-2018, 03:03 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020