joshfischer1108 commented on issue #3321: Add versioned documentation URL: https://github.com/apache/incubator-heron/pull/3321#issuecomment-516671751 I did some more digging it seems an error is being thrown during python setup on my mac. ``` Execution platform: @bazel_tools//platforms:host_platform usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: invalid command 'bdist_wheel' /var/folders/f3/3m4jtv_s3z1fwlcg911rgwjw0000gn/T/heronpy.XXXXX.4irPZomO ``` Which I believe references the line of code [here](https://github.com/ChethanUK/incubator-heron/blob/e5a9ecb1a3f3ea3b4d211c13aecbdeda47a1d9af/scripts/packages/BUILD#L653) in the `genrule` called `generate-heronpy-package`. The CI build passes because this path is not included in the build. @ChethanUK I think you said this worked on Ubuntu correct? Could you give me the details of the vm you are running?
---------------------------------------------------------------- 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
