NOT ABLE TO DOWNLOAD speech_recognition ON MY COMPUTER

Marco Ippolito maroloccio at gmail.com
Thu Apr 1 12:08:55 EDT 2021


On 2021-04-01, ᗷᑌᑎᑎY wrote:
> When I enter the command  pip install speech_recognition  it say’s we cannot
> find a compatible version.

Try:

```
pip install SpeechRecognition
```

What's the output?


More information about the Python-list mailing list