-
Hi, I'm facing dependency issue with NeMo. I have no experience with python's dependency management so it's very hard for me to figure out how to solve, I'm hopping to find some help here. I have a python script that fails as soon as I import NeMo, so my python file literally have this single line of code, nothing else: from nemo.collections.asr.models.msdd_models import NeuralDiarizer I'm getting import errors with "lightning". I tried many time to re-install dependencies from scratch, using different version... and everytime I got a different error message, but everytime the error message is about a failing import with "lightning". My last attempt is after installing
I suppose it all has to do with dependency version, but I'm unable to get it right. Any help is welcome. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
We do not currently support pytorch lightning 2.0. Could you try the steps in the readme as follows Create new conda env with python 3.9. |
Beta Was this translation helpful? Give feedback.
We do not currently support pytorch lightning 2.0. Could you try the steps in the readme as follows
Create new conda env with python 3.9.
Install cython
Install torch from pytorch website using conda.
Then install Nemo toolkit as above (preferably 1.18.1 version).