Hot to fix error configparser?
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...
I just got the same damn error. If you find answer come back here. I'll do the same.