Deepspeech: command not found

Hi,
I am trying to run deepspeech on windows WSL.
I installed deepspeech. When I try to test a pretrained model , I get deepspeech: command not found

XXXX@DESKTOP-T8HE8UC:~/deepspeech/DeepSpeech/native_client$ deepspeech models/output_graph.pb audio/2830-3980-0043.wav models/alphabet.txt models/lm.binary models/trie
deepspeech: command not found

Really appreciate any help to fix this

I did a pip list and below is the result

XXXX@DESKTOP-T8HE8UC:~/deepspeech/DeepSpeech/native_client$ pip list
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
asn1crypto (0.24.0)
cryptography (2.1.4)
deepspeech (0.2.0)
enum34 (1.1.6)
idna (2.6)
ipaddress (1.0.17)
keyring (10.6.0)
keyrings.alt (3.0)
numpy (1.15.2)
pip (9.0.1)
pycrypto (2.6.1)
pygobject (3.26.1)
pyxdg (0.25)
SecretStorage (2.3.1)
setuptools (39.0.1)
six (1.11.0)
wheel (0.30.0)

@usha.chandrasekharan Before we might be able to help, please:

  • use proper code formatting for console output
  • document how you installed
  • update the topic title to avoid misleading people
  • read the documentation, because your deepspeech call uses wrong command line arguments
  • ensure you followed the documented step of installation using a virtual environment

It seems to be a PATH issue, it’s likely to happen when you don’t use a virtual environment.