Closed qysnn closed 4 years ago
Can you try installing the latest version (0.9.3)? We have pushed a number of fixes between the two versions.
I was facing the same issue. If you are on Windows 10, use the Windows Linux subsystem to run ubuntu inside windows and install python + snorkel on linux. Steps:
cd /mnt/
folder. This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.
I first used
conda install snorkel -c conda-forge
to install snorkel on Windows 10, Anaconda 2019.10. It went successfully. Unfortunately, I gotModuleNotFoundError: No module named 'snorkel.labeling'
error when I try to use it. Following other issues who have the same problem, I tried to useconda install snorkel==0.9.0 -c conda-forge
to install the 0.9.0 as indicated in the readme. But I got the UnsatisfiableError: