You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 ColabThe text was updated successfully, but these errors were encountered: