AbrahamSanders / seq2seq-chatbot

A sequence2sequence chatbot implementation with TensorFlow.
MIT License
99 stars 56 forks source link

Click 7.0+ not supported #13

Open AbrahamSanders opened 5 years ago

AbrahamSanders commented 5 years ago

As of version 7.0, click has stopped recognizing the serve_chat entry point for the flask app. This should be resolved automatically when #4 is resolved.

The resulting error message is shown in #12. As a workaround, use version 6.7: pip install click==6.7