cryokesh34
cryokesh34
Seems like you are missing a module. Try `pip install pytz`.
You need to install it first, using "py -m pip install pytz" in the terminal.
You can use pip too.
Try installing a different version of pytz or chatterbot.
Try using chatterbot version 1.0.4. Versions 1.0.5 and above are broken.
You have to install it like this: 1. do `pip install chatterbot==1.0.4` in the cmd 2. do `pip install pytz` 3. Make your project with chatterbot and after an error...
You can also change the versions of the chatterbot-required libs by finding a file called "METADATA" and completely removing the version requirements to make it a bit more up to...
Chatterbot is quite unstable, lacks a lot of features and you have to host it yourself. DialogFlow is developed by Google and constantly updated to make sure it works. Chatterbot...
Do you want the helpdesk to be used for some business site or just a home project?
Then go with DialogFlow. Chatterbot is just too much pain in the ass to keep it from failing.