Chatbot-Flask-Server
Chatbot-Flask-Server copied to clipboard
module not found
i have installed all the required dependencies , but when i run heroku run app.py
it is showing "no module found numpy " error to me
Do you have all the libraries listed here?
That problem is solved.... Actually , I have created the virtual environment so i need to specify the the virtual env folder in the .gitignore file . After doing this my problem is solved