BackofenLab / CRISPRidentify

MIT License
25 stars 7 forks source link

ModuleNotFoundError: No module named 'sklearn.ensemble.forest' #18

Open MeganMarieMartinez opened 2 months ago

MeganMarieMartinez commented 2 months ago

Hi,

After downloading the repository and setting up the conda environment, I get the error "ModuleNotFoundError: No module named 'sklearn.ensemble.forest'" after trying to run "python CRISPRidentify.py --input_folder TestInput". Running "python CRISPRidentify.py -h", works and shows me the flags, so I believe the environment was properly set up, but I cannot troubleshoot the error. Do you have any insight on solving this? Attached is a screenshot of the error.

Screenshot 2024-10-01 212450

Best, Megan

richardstoeckl commented 3 weeks ago

Hi,

could you activate the environment you set up and post the output of conda list ?