NVIDIA / NeMo

A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal, and Speech AI (Automatic Speech Recognition and Text-to-Speech)
https://docs.nvidia.com/nemo-framework/user-guide/latest/overview.html
Apache License 2.0
12.17k stars 2.53k forks source link

No module named 'nemo.collections' #6960

Closed muizzhaque closed 1 year ago

muizzhaque commented 1 year ago

I have followed the steps as mentioned in git repo for nemo, but each time I'm installing nemo_toolkit['all'] two packages pynini and mecab-python3 is failing to build wheels, also tried nemo_toolkit['asr'] which was successful but as soon as i run the code, i got the same module not found error. btw, I'm using windows 10.

titu1994 commented 1 year ago

NeMo does not natively support windows 10. Please use WSL 2 to run NeMo on windows

muizzhaque commented 1 year ago

Thanks for reaching out