Questions tagged [chatterbot]

ChatterBot is a machine learning, conversational dialog engine for creating chat bots.

ChatterBot is a machine learning, conversational dialog engine for creating chat bots. https://chatterbot.readthedocs.io/

256 questions
-1
votes
1 answer

TypeError: 'Statement' object is not iterable

I get the error Traceback (most recent call last): File "main.py", line 22, in talk_to(chatbot) File "main.py", line 18, in talk_to trainer.train(response) File…
atack
  • 1
-1
votes
1 answer

Error in installing dependencies of spacy

Using cached spacy-2.1.8.tar.gz (30.7 MB) Installing build dependencies ...error why this type of error, I reinstalled the latest Python and directly try installing chatterbot by using pip install chatterbot.
-1
votes
1 answer

Whenever I try to install ChatterBot using the command pip install ChatterBot, I encounter the following error :

I'm getting the following error: Error: Could not find a version that satisfies the requirement chatterbot (from versions : none) Error : No matching distribution found for chatterbot I have a windows 10 , and I have python version 3.8…
-1
votes
1 answer

ERROR: Command errored out with exit status 1: in ChatterBot

I tried to install ChatterBot by "pip install chatterbot", but I am getting errors even I have Visual C++ 14.0 and wheel but it giving me an error that "Microsoft Visual C++ 14.0 is required". ERROR: Command errored out with exit status 1: command:…
-1
votes
1 answer

Issue with python -m chatterbot --version

Could you just help me solve this problem? C:\Users\Kacper>py -m pip install chatterbot Requirement already satisfied: chatterbot in c:\users\kacper\anaconda3\lib\site-packages (1.1.0) Requirement already satisfied: nltk<4.0,>=3.2 in…
moreni123
  • 23
  • 5
-1
votes
2 answers

Creating chatbot using chatterbot

I have installed chatterbot and now I am running a file using it but I am facing following error..... OSError: [E050] Can't find model 'en'. It doesn't seem to be a shortcut link, a Python package or a valid path to a data directory. Please help…
Zubad Ibrahim
  • 371
  • 2
  • 14
-1
votes
1 answer

How to find the secret hash stored on a Python server?

I am trying to configure the ChatterBot extension on the LiveHelperChat platform. The official instructions include the following step: Edit extension settings in lhcchatbot/settings.ini.php set your "secret_hash" "host" Where do I find the…
-1
votes
1 answer

chatterbot attributeError: 'str' object has no attribute 'text'

from chatterbot import ChatBot from chatterbot.trainers import ChatterBotCorpusTrainer from chatterbot.trainers import ListTrainer from chatterbot.comparisons import LevenshteinDistance from chatterbot import utils from…
Anjarul
  • 1
  • 2
-1
votes
1 answer

How to use chatterbot for multiple tags

I am using chatterbot for chatbot development. I have dataset in which there are 4 categories, my task is to handle if abc has low confidence then it match correct answer ,else dce category match , so how I can implement new logic adapter for such…
harsh
  • 23
  • 6
-1
votes
3 answers

Installed module not found

I did a pip install chatterbot. and I imported the same in a python program which while running showed a module not found error.
-1
votes
1 answer

how to train chatbot with emoticons as input data?

I am using chatterbot python library & developed a chatbot. It is giving answer correctly & quickly. now i am trying to train chatbot with smileys & images & emoticons. Can someone help me here? i tried searching solution but didn't help. Yes I am…
Ashish Bainade
  • 426
  • 5
  • 11
-2
votes
1 answer

Problem with sqlite3.Operational error in chatterbot

So i want to create a chatbot with chatterbot for a bot on discord but when i initialize the bot ive got this error : File "/home/ubuntu/.local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 2158, in _wrap_pool_connect return…
Lasauce6
  • 1
  • 1
-2
votes
1 answer

Could not install ChatterBot. Raises errors

i tried to install chatterbot but i got the following error I tried downgrading to chatterbot==1.0.5 still it raises errors Gives errors while Installing dependencies Please help me No Silly answers Thank you in…
-3
votes
1 answer

how to resolve the conversation error in python

U as busy trying to train my chatbot but every time I run the code I keep getting this error Traceback (most recent call last): File "c:\Users\Amank\OneDrive\Documents\chatbot\index.py", line 12, in trainer.train(cleaned_corpus) …
Aman_vdub
  • 1
  • 1
-3
votes
1 answer

Getting "EnvironmentError: [Errno 13] Permission denied" when installing chatterbot

I get this error while installing chatterbot: ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/attr' Consider using the `--user` option or check the permissions.
1 2 3
17
18