I installed snorkel using conda and when I try to run - from snorkel.labeling import labeling_function
it throws the following error - ModuleNotFoundError: No module named 'snorkel.labeling'
.
I tried looking up for a solution on Github, but unfortunately, I couldn't follow through. I have also tried installing nb_conda_kernels
, to make all your conda environments available in jupyterbut it didn't help. Also tried creating a separate env, installing snorkel and launching jupyter notebook from the snorkel's environment, and it didn't work either. Any form of help is much appreciated!
Thanks in advance!