gunthercox / ChatterBot

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

Home Page:https://chatterbot.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HELP,I can not run this commond " chatbot = ChatBot('Ron Obvious')"

C60boy opened this issue · comments

Traceback (most recent call last):
File "", line 1, in
File "D:\python\lib\site-packages\chatterbot\chatterbot.py", line 41, in init
self.storage = utils.initialize_class(storage_adapter, **kwargs)
File "D:\python\lib\site-packages\chatterbot\utils.py", line 54, in initialize_class
return Class(*args, **kwargs)
File "D:\python\lib\site-packages\chatterbot\storage\sql_storage.py", line 22, in init
from sqlalchemy import create_engine
File "D:\python\lib\site-packages\sqlalchemy_init_.py", line 8, in
from . import util as util # noqa
File "D:\python\lib\site-packages\sqlalchemy\util_init
.py", line 14, in
from ._collections import coerce_generator_arg # noqa
File "D:\python\lib\site-packages\sqlalchemy\util_collections.py", line 16, in
from .compat import binary_types
File "D:\python\lib\site-packages\sqlalchemy\util\compat.py", line 264, in
time_func = time.clock
AttributeError: module 'time' has no attribute 'clock'

Please help me,thankyou

my python is 3.8.2