Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

No module named 'dummy_thread' #46

Closed
ankitdhall opened this issue Oct 1, 2017 · 7 comments
Closed

No module named 'dummy_thread' #46

ankitdhall opened this issue Oct 1, 2017 · 7 comments

Comments

@ankitdhall
Copy link

Hello,

I am trying to make a submission through kg however, whenever I run a command, I seem to get No module named dummy_thread'error. However if I usekg config` it displays config details.

Thanks.

@floydwch
Copy link
Owner

floydwch commented Oct 1, 2017

What's your Python version?

@ankitdhall
Copy link
Author

I am using Python 3.5.3.

@floydwch
Copy link
Owner

floydwch commented Oct 3, 2017

I guess it related with requests-cache/requests-cache#83 (comment) .

@floydwch
Copy link
Owner

floydwch commented Oct 3, 2017

Fixed via b745641 .

And you have to remove the browser cache which is stored at ~/.kaggle-cli/browser.pickle .

@floydwch floydwch closed this as completed Oct 3, 2017
@floydwch
Copy link
Owner

floydwch commented Oct 3, 2017

Oops, it still exists.

@floydwch floydwch reopened this Oct 3, 2017
@floydwch
Copy link
Owner

floydwch commented Oct 3, 2017

In the meanwhile, there is a workaround: rm ~/kaggle-cli/browser.pickle when you changed your Python from 2 to 3.

@floydwch
Copy link
Owner

floydwch commented Oct 3, 2017

Just use another approach to handle the pickle exception. Fixed via ddb82e5 .

@floydwch floydwch closed this as completed Oct 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants