gunthercox / ChatterBot

ChatterBot is a machine learning, conversational dialog engine for creating chat bots
https://chatterbot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
14.12k stars 4.45k forks source link

Chatter bot error #2372

Open hamzakiyani98 opened 5 months ago

hamzakiyani98 commented 5 months ago

Traceback (most recent call last): File "untitled0.py", line 17, in database_uri='sqlite:///database.sqlite3' File "C:\Users\Kuham\anaconda3\envs\chatbot_37\lib\site-packages\chatterbot\chatterbot.py", line 28, in init self.storage = utils.initialize_class(storage_adapter, *kwargs) File "C:\Users\Kuham\anaconda3\envs\chatbot_37\lib\site-packages\chatterbot\utils.py", line 33, in initialize_class return Class(args, **kwargs) File "C:\Users\Kuham\anaconda3\envs\chatbot_37\lib\site-packages\chatterbot\storage\sql_storage.py", line 20, in init

skstanwar commented 4 months ago

which Python version you using ?