Code0x58 edited a comment on pull request #3479: URL: https://github.com/apache/incubator-heron/pull/3479#issuecomment-624540213
Thanks! I'll have a look at that. I also saw something about bazel having a deprecated feature of automatically adding `__init__.py` files, but that was only in the `py_*` rules which this doesn't use much. I think `bdist_wheel` not being found was due to a setup script of one of the pylint's transitive dependencies having a `setup.py` that has logic in it for building extensions, which ends up breaking encapsulation but went unnoticed as wheel was installed in the host python2 environment. On my branch I just added python3-wheel to the CI environment to skip over that issue. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
