Github user zentol commented on the pull request:
https://github.com/apache/incubator-flink/pull/202#issuecomment-63882979
path issue is fixed, but I'm bundling the changes before making another
commit here.
I could have sworn i wrote into the documentation that it doesn't run under
python 3...i know it in there once.
anyway, under python 3 StringIO is part pf the io package, whereas in
previous versions it was its own, so a simple use-python-version-xy when
starting the process wont work. it will require more work; determine the used
pyhton version and execute certain code based on that.
there are other issues with python3 aswell (like checking classes for long
and strings).
btw.: apart from having python 2.7 (and possibly lower) , no additional
packages are required.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---