Closed VanIseghemThomas closed 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.
This fixed it, thank you! Issue resolved.
Great!
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!