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

python2 version? #6

Open
vervacity opened this issue Jun 21, 2017 · 3 comments
Open

python2 version? #6

vervacity opened this issue Jun 21, 2017 · 3 comments

Comments

@vervacity
Copy link

Any plans for a python2 version? If not, any thoughts on the best way to integrate with python2 code? Thanks!

@jacoblevine
Copy link
Owner

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.

@vervacity
Copy link
Author

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!

@gpratt
Copy link

gpratt commented Feb 16, 2018

If you're still interested please do it, I'd love to have a python2 version

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

3 participants