Open newns92 opened 6 years ago
I hit the same issue when using !kg submit
in Google Colab, turns out that I have installed the library using Python 2 runtime and then switched to Python 3 runtime midway. Just reinstalling under Python 3 runtime solves my issue.
I keep getting the error
ConfigParser instance has no attribute 'read_file'
when running!kg config -g -u username -p password -c competition
.If it means anything, I am using
Python 2.7.14 (default, Sep 23 2017, 22:06:14) [GCC 7.2.0] on linux2
via Google Colab