-1

I'm trying to follow a tutorial using pycharm and I used pip install SpeechRecognition but inside of pycharm community on windows 10.

I get the error

ModuleNotFoundError: No module named 'speech_recognition'
azro
  • 47,041
  • 7
  • 30
  • 65
  • 1
    Make sure your interpreter is correct or use the Pip Dialog window inside PyCharm rather than the command-prompt – OneCricketeer May 11 '22 at 18:12
  • Looks like i had to use pip dialog inside pycharm. not sure why on my mac i was able to use pycharm's terminal to install packages – Jason B May 11 '22 at 20:16
  • That terminal defaults to whatever interpreter your default shell uses. For example, if your project is using a virtualenv (recommend), then you must activate it first (which is what that dialog does) – OneCricketeer May 12 '22 at 15:46

0 Answers0