Python 3.7 is both required and unsupported
After a few hours of debugging, uninstalling, reinstalling, and generally trying to get this code working, I've found the root cause of the problem:
-
This repository requires TensorFlow 2.0.0+
-
This repository also requires Python 3.7+
-
TensorFlow 2.0.0+ only supports Python 3.6 and below.
Can someone provide some guidance on how to get TensorFlow working on a version of Python that isn't supported?
Python 3.6 works for me
How did you get twitter.data working without Python 3.7? It doesn't support 3.6.
Where are you getting that this repo requires Python 3.7? I could never get 3.7 working so I installed 3.6 through Conda and now it's running fine, even with the Twitter corpus.
It's been a while, but when I was trying to get this to work the twitter.data module only supported Python 3.7.