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

Python 3 Support #17

Open
jasonmyers opened this issue Aug 22, 2013 · 3 comments
Open

Python 3 Support #17

jasonmyers opened this issue Aug 22, 2013 · 3 comments
Labels

Comments

@jasonmyers
Copy link
Contributor

I saw this comment in the Reddit thread, so I'm adding this note for posterity.

I looked into it briefly, and the first hurdle is that the google protobuf library does not support Python 3. There are a couple community forks that tried to port it, as seen in this thread:

https://groups.google.com/forum/#!searchin/protobuf/python3/protobuf/Qalty-PenDA/NM_l7zzjaTwJ

but I was unable to compile either of them successfully (only spent a few minutes trying). I think they may be using an older version of protobuf (those two repos are a few months old with no updates).

There might only need to be minimal changes to skadi itself to get it working in Python 3, but the protobuf hurdle might be large enough to just close this as wontfix until google releases a Python 3 version of protobuf (if ever)

@jasonmyers
Copy link
Contributor Author

Also see https://www.maltheborch.com/2013/03/protobufs-ported-to-python-3

On second thought, I might submit an issue to him with my compile error and see if he has any thoughts

@onethirtyfive
Copy link
Member

Marking this a wontfix, tentatively.

@jasonmyers
Copy link
Contributor Author

For cross-ref malthe/google-protobuf#1

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

No branches or pull requests

2 participants