You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: