seq2seq-chatbot icon indicating copy to clipboard operation
seq2seq-chatbot copied to clipboard

Python 3.7 is both required and unsupported

Open StevenGann opened this issue 6 years ago • 4 comments

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?

StevenGann avatar Jul 16 '19 00:07 StevenGann

Python 3.6 works for me

zsdonghao avatar Jul 16 '19 00:07 zsdonghao

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

StevenGann avatar Jul 16 '19 05:07 StevenGann

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.

bytecauldron avatar Sep 28 '19 06:09 bytecauldron

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

StevenGann avatar Oct 02 '19 05:10 StevenGann