ChatterBot
ChatterBot copied to clipboard
Can't do certain things described in the quick start guide
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 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.