You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
→ python PBot.py --corpus corpus.txt --vtype c --aiml_folder aiml_folder Traceback (most recent call last): File "PBot.py", line 118, in <module> main(args.corpus, args.vtype, args.aiml_folder) File "PBot.py", line 105, in main pbot = PredictiveBot(corpus, vtype, aiml_folder) File "PBot.py", line 90, in __init__ self.bot = Bot(aiml_folder) File "PBot.py", line 12, in __init__ self.kernel = aiml.Kernel() AttributeError: module 'aiml' has no attribute 'Kernel'
The text was updated successfully, but these errors were encountered:
→ python PBot.py --corpus corpus.txt --vtype c --aiml_folder aiml_folder Traceback (most recent call last): File "PBot.py", line 118, in <module> main(args.corpus, args.vtype, args.aiml_folder) File "PBot.py", line 105, in main pbot = PredictiveBot(corpus, vtype, aiml_folder) File "PBot.py", line 90, in __init__ self.bot = Bot(aiml_folder) File "PBot.py", line 12, in __init__ self.kernel = aiml.Kernel() AttributeError: module 'aiml' has no attribute 'Kernel'
The text was updated successfully, but these errors were encountered: