MahmoudAshraf97 / whisper-diarization

Automatic Speech Recognition with Speaker Diarization based on OpenAI Whisper
BSD 2-Clause "Simplified" License
3.53k stars 301 forks source link

ModuleNotFoundError: No module named 'pytorch_lightning.core.module' #39

Closed OPPEYRADY closed 1 year ago

OPPEYRADY commented 1 year ago

Trying to install this in a miniconda3 enviroment, and it runs but it keeps saying "ModuleNotFoundError: No module named 'pytorch_lightning.core.module'"

I even tried making a completely new one to no avail.

I installed from the requirements.txt, does this not work in a VE?

Also tried manually installing lightning but to no avail.

leviethung2103 commented 1 year ago

How can you resolve this problem ? I met the same problem