py-lidbox / lidbox

End-to-end spoken language identification out of the box.
MIT License
48 stars 13 forks source link

No module called 'plda' #23

Closed VanIseghemThomas closed 2 years ago

VanIseghemThomas commented 2 years ago

Hi, Today I tried to use the lidbox and I ran into the following error: File "D:\anaconda\envs\slid\lib\site-packages\lidbox\embed\sklearn_utils.py", line 6, in <module> from plda import Classifier as PLDAClassifier ModuleNotFoundError: No module named 'plda' Seems like a package is missing on install. My installation of the lidbox is done through pip. Thanks in advance!

matiaslindgren commented 2 years ago

Hi, looks like lidbox does not automatically install plda (can't remember why I decided it should be installed separately...). There's some instructions in that repo, you can install it via pip into the same env as lidbox, hopefully it'll work.

VanIseghemThomas commented 2 years ago

This fixed it, thank you! Issue resolved.

matiaslindgren commented 2 years ago

Great!