Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported pickle protocol: 3 #18

Open
thisancog opened this issue Mar 12, 2017 · 1 comment
Open

Unsupported pickle protocol: 3 #18

thisancog opened this issue Mar 12, 2017 · 1 comment

Comments

@thisancog
Copy link

Hey,

I'm new to Python as well as machine learning and couldn't find a way to solve this problem. When I run sample.py as described in the Readme, Terminal outputs this error notice:

Traceback (most recent call last):
File "sample.py", line 36, in , saved_args = pickle.load(f)
...
ValueError: unsupported pickle protocol: 3

How can I solve this?
Thank you very much for your work and help!

@zhaoyu611
Copy link
Contributor

Maybe there is no pickle library in your system. You can google for how to insatll pickle, and it always depends on your system. Hope it helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants