I've been following the installation instructions, but there seems to bit of chicken and egg problem with windows environment Snorkel seems to require python 2.7, with tensorflow. But nowadays there is no Tensorflow for python 2.7 but only for 3.6.
Has anyone experienced or overcome this?
I'm currently thinking it might be easiest to try snorkel with some unix machine instead.
conda install tensorflow
UnsatisfiableError: The following specifications were found to be in conflict:
- python 2.7*
- tensorflow -> html5lib ==0.9999999 -> python 3.6*
Use "conda info <package>" to see the dependencies for each package.
I've been following the installation instructions, but there seems to bit of chicken and egg problem with windows environment Snorkel seems to require python 2.7, with tensorflow. But nowadays there is no Tensorflow for python 2.7 but only for 3.6.
Has anyone experienced or overcome this? I'm currently thinking it might be easiest to try snorkel with some unix machine instead.
conda install tensorflow