I use Anaconda and have installed Python version 3.6.13:
(verda-py3p6) C:\Users\janki>python --version
Python 3.6.13 :: Anaconda, Inc.
I have installed verion 0.9.3 of DeepSpeech:
(verda-py3p6) C:\Users\janki>conda list deepspeech
# packages in environment at C:\Users\janki\anaconda3\envs\verda-py3p6:
#
# Name Version Build Channel
deepspeech 0.9.3 pyhd8ed1ab_0 conda-forge
I also have the same issue that when I try to import DeepSpeech it is not able to find the module:
(verda-py3p6) C:\Users\janki>python
Python 3.6.13 |Anaconda, Inc.| (default, Mar 16 2021, 11:37:27) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import deepspeech
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'deepspeech'