Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.7 is both required and unsupported #41

Open
StevenGann opened this issue Jul 16, 2019 · 4 comments
Open

Python 3.7 is both required and unsupported #41

StevenGann opened this issue Jul 16, 2019 · 4 comments

Comments

@StevenGann
Copy link

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:

  1. This repository requires TensorFlow 2.0.0+

  2. This repository also requires Python 3.7+

  3. 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?

@zsdonghao
Copy link
Member

Python 3.6 works for me

@StevenGann
Copy link
Author

How did you get twitter.data working without Python 3.7? It doesn't support 3.6.

@bytecauldron
Copy link

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.

@StevenGann
Copy link
Author

It's been a while, but when I was trying to get this to work the twitter.data module only supported Python 3.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants