nicknezis commented on issue #3438: WIP: Use new `maven_install` method for managing external jvm dependencies URL: https://github.com/apache/incubator-heron/pull/3438#issuecomment-577500019 An example of an odd issue I've run into when trying to use newer Bazel versions... I get errors about `bdist_wheel` not being a valid command. I couldn't find where in the Bazel files the `wheel` dependency was being installed. I thought it would be in the `pex_rules` `BUILD` file. It wasn't until later that I stumbled across the Travis CI config file which is actually doing a `pip install wheel`. If this is a dependency we should properly call it out. I'm not sure if the issue is only now impacting me because of the combination of Bazel upgrade and Python 3 upgrade. Either way I will try to resolve these issues, but wanted to give an example of the types of issues I'm running into.
---------------------------------------------------------------- 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] With regards, Apache Git Services
