ModuleNotFoundError: No module named '_impl'

(rasa3) C:\Users\dever\Desktop\DEV\Work\Novacept\My Chatbot\mic_vad_streaming>python mic_vad_streaming.py -m C:\Users\dever\Downloads\deepspeech-0.9.3-models.pbmm -s C:\Users\dever\Downloads\deepspeech-0.9.3-models.scorer
Traceback (most recent call last):
File “mic_vad_streaming.py”, line 4, in
import deepspeech
File “C:\Users\dever\anaconda3\envs\rasa3\lib\site-packages\deepspeech_init_.py”, line 23, in
from deepspeech.impl import Version as version
File “C:\Users\dever\anaconda3\envs\rasa3\lib\site-packages\deepspeech\impl.py”, line 13, in
from . import _impl
ImportError: cannot import name ‘_impl’
Please help with this one using windows


and was following this video
1 Like