Good to know thanks.

On Thu, Aug 26, 2021 at 9:04 PM Ahmet Altay <[email protected]> wrote:

> There is a daily scheduled github action building python sdk from head,
> you might be able to download its artifacts and use them. (last run:
> https://github.com/apache/beam/actions/runs/1168833278). IIRC, they are
> also uploaded to a public gcs bucket daily.
>
> On Thu, Aug 26, 2021 at 6:05 PM Jeremy Lewi <[email protected]> wrote:
>
>> 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
>>>>
>>>

Reply via email to