-
Notifications
You must be signed in to change notification settings - Fork 70
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
python2 version? #6
Comments
Hello. I don't think it would be too difficult to rewrite this code in python2, though unfortunately I don't have the time/resources to do this. Regarding the code itself I don't think many changes would be needed, but I may be neglecting to account for problems that would arise with the external dependencies. If I were going to do this myself, I would start with nothing more sophisticated than just trying to run it (perhaps with a debugger) and translate the failing lines of code to python2. |
Hi Jacob, So I gave it a try and I think it's working! I just had to do some future imports and change one multiprocessing function. If you'd be interested, I'd be happy to set up a pull request to a branch so that you guys have a python2 version - if that might be too much work, then no worries. Thanks! |
If you're still interested please do it, I'd love to have a python2 version |
Any plans for a python2 version? If not, any thoughts on the best way to integrate with python2 code? Thanks!
The text was updated successfully, but these errors were encountered: