Chatterbot: keyError:'chatterbot'

Created on 7 Apr 2020  路  4Comments  路  Source: gunthercox/ChatterBot

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'

after installing chatterbot i'm not able to check it version after giving the command it get keyError:"chatterbot"

Most helpful comment

git clone https://github.com/gunthercox/ChatterBot.git
python3 setup.py install
fixed for me

this work fine

All 4 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vkosuri picture vkosuri  路  4Comments

decode007 picture decode007  路  3Comments

yuvalBor picture yuvalBor  路  3Comments

AmusingThrone picture AmusingThrone  路  3Comments

hemangsk picture hemangsk  路  4Comments