AbrahamSanders / seq2seq-chatbot

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

Error: No such command "serve_chat". #31

Open kritigupta0024 opened 4 years ago

kritigupta0024 commented 4 years ago

I am trying to run the query chat_web_best_weights_training.bat and I am getting the displayed in the screenshot. I have tried all the possible solutions available regarding this but then also it is giving the same error. My chat_ui.html and all the other python files are in the root directory seq2seq-chatbot. Tensorflow version is 1.15.0 and flask version is 0.12.4 Please look into the problem. Thankyou!! ss

rohitkujur1997 commented 4 years ago

try pip install click==6.7 this resolved my same problem