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

Make compatible with Python version 3 #1

Open
johann-petrak opened this issue Nov 9, 2018 · 1 comment
Open

Make compatible with Python version 3 #1

johann-petrak opened this issue Nov 9, 2018 · 1 comment

Comments

@johann-petrak
Copy link

Would be great if this could be made compatible with Python 3.
I tried to do this, but I am now stuck with the pickled models where the loader cannot unpickle with the default encoding "ascii" nor with "utf8". Unpickling with "latin1" works, but I am not sure why and the Sklearn model is version 0.18.1 which may not work with 0.19.1 or later, apparently.

Is there any simple way to make this work in Python 3?

@myrainbowandsky
Copy link

Me too. Python2 will be dead next month.

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