ChatterBot icon indicating copy to clipboard operation
ChatterBot copied to clipboard

Hot to fix error configparser?

Open intercontoni opened this issue 4 years ago • 1 comments

Hi all.

I create python 3.7.8 whit app in cpanel...and I enter to the virtual environment...

I install fron pypi...

pip install chatterbot

When I checking the version...

python -m chatterbot --version

I have this error...

File "/opt/alt/python37/lib64/python3.7/configparser.py", line 958, in getitem raise KeyError(key) KeyError: 'chatterbot'

Well... I instaling fron github developmen version ..

pip install git+git://github.com/gunthercox/ChatterBot.git@master

When I put...

python -m chatterbot --version

The same error...

File "/opt/alt/python37/lib64/python3.7/configparser.py", line 958, in getitem raise KeyError(key) KeyError: 'chatterbot'

Well... I install form source...

git clone https://github.com/gunthercox/ChatterBot.git

When I put...

python -m chatterbot --version

The same error...

File "/opt/alt/python37/lib64/python3.7/configparser.py", line 958, in getitem raise KeyError(key) KeyError: 'chatterbot'

How to Fix???

Thank you...

intercontoni avatar Jan 28 '21 19:01 intercontoni

I just got the same damn error. If you find answer come back here. I'll do the same.

de-vel-op-r avatar Jan 24 '22 16:01 de-vel-op-r