ChatterBot icon indicating copy to clipboard operation
ChatterBot copied to clipboard

Can't do certain things described in the quick start guide

Open sbxn14 opened this issue 6 years ago • 1 comments

bot = ChatBot( 'Norman', storage_adapter='chatterbot.storage.SQLStorageAdapter', database_uri='sqlite:///database.sqlite3' )

The quickstart guide gives this example code. If I paste it into my IDE (I use Pycharm) then they are displayed red. What am I doing wrong?

sbxn14 avatar Sep 19 '19 11:09 sbxn14

@sbxn14 there might several issues that will pop up red lines. if you installed pip3 install --upgrade chatterbot if you installed successfully please copy and paste the lines into python console. it should work.

vkosuri avatar Oct 08 '19 14:10 vkosuri