C:Usersmanis>python -m chatterbot --version
Traceback (most recent call last):
File "C:ProgramDataAnaconda3librunpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "C:ProgramDataAnaconda3librunpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:UsersmanisAppDataRoamingPythonPython37site-packageschatterbot__main__.py", line 20, in
print(get_chatterbot_version())
File "C:UsersmanisAppDataRoamingPythonPython37site-packageschatterbot__main__.py", line 15, in get_chatterbot_version
return config['chatterbot']['version']
File "C:ProgramDataAnaconda3libconfigparser.py", line 958, in __getitem__
raise KeyError(key)
KeyError: 'chatterbot'
I'm also experiencing this
git clone https://github.com/gunthercox/ChatterBot.git
python3 setup.py install
fixed for me
If u have installed through Anaconda Editor. please change the directory to ChatterBot folder and check for the version.
git clone https://github.com/gunthercox/ChatterBot.git
python3 setup.py install
fixed for me
this work fine
Most helpful comment
this work fine