When installing iraclis in a clean conda environment, I get the following error when trying to run iraclis from the command line or importing the packing into Python:
ModuleNotFoundError: No module named 'sklearn'
I guess this has to do with the alias sklearn for scikit-learn not being recognized.
Changing this in requirements.txt fixed the issue for me. I will open a pull request with the fix.
When installing
iraclisin a cleancondaenvironment, I get the following error when trying to runiraclisfrom the command line or importing the packing into Python:ModuleNotFoundError: No module named 'sklearn'I guess this has to do with the alias
sklearnforscikit-learnnot being recognized.Changing this in
requirements.txtfixed the issue for me. I will open a pull request with the fix.