Closed soumya-ranjan-sahoo closed 4 years ago
Hmm, let's collect a few more details.
pip freeze | grep snorkel
, what version does it report you have installed?snorkel.labeling
? e.g., does import snorkel
work?I was able to troubleshoot the issue. Thanks for your support :)
I was able to troubleshoot the issue. Thanks for your support :)
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 jupyter but 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!