Thanks. On Thu, Aug 26, 2021 at 5:10 PM Chamikara Jayalath <[email protected]> wrote:
> You can: > > Setup a virtualenv [1] > cd sdks/python > python setup.py sdist > > [1] https://cwiki.apache.org/confluence/display/BEAM/Python+Tips > > On Thu, Aug 26, 2021 at 4:59 PM Jeremy Lewi <[email protected]> wrote: > >> Hi Folks, >> >> I'm trying to build the python SDK in order to test out the fixes for >> KafkaIO in the 2.33.0 branch. >> >> Is there a build rule for building a distribution package as opposed to a >> source package? >> >> I'm running inside the beam docker build environment. I can build a >> source package by doing >> >> ./gradlew -p sdks/python sdist >> >> But looks like if I try to install that it ends up trying to compile a >> bunch of stuff which requires rust. >> >> Is there an easy way to create binary distribution packages for MacOs? Or >> is this not possible because compiling for mac requires mac hardware? >> >> Thanks >> J >> >
