Python Forum
Error with SpeechRecognition module
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error with SpeechRecognition module
#4
Then why did pip3 install the package for python3.8 and not the python3.7 that you are using? You have two solutions, either you run the script with python3.8, either you install the package for python3.7 as well

First option
Output:
python3.8 myscript.py
Second option
Output:
python3 -m pip install speechrecognition
Reply


Messages In This Thread
RE: Error with SpeechRecognition module - by Gribouillis - Aug-04-2020, 02:27 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  vlc module error pythonprogrammer 1 2,942 Apr-23-2020, 04:16 AM
Last Post: Larz60+
  Cannot use speechrecognition Please HELP Simurg 1 2,219 Aug-11-2019, 07:12 PM
Last Post: buran
  speechrecognition 3.8.1 aibrain 1 3,415 Apr-07-2018, 02:17 PM
Last Post: wavic
  pyhton error there is no PIL module error help! pokeboss235 1 2,989 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