Hi Kyle, Thanks!
First mistake was that I was on master. I can now build, and the containers are spun up. I will definitely send more naïve questions as they arise… Matt From: Kyle Weaver <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Wednesday, September 11, 2019 at 11:07 AM To: "[email protected]" <[email protected]> Subject: Re: python setup develop? CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. Hi Matt, As of recently, I think you need to specify the python version in the gradle command, e.g. ./gradlew :sdks:python:container:py35:docker Please don't hesitate to let us know if you have any further questions -- this is how we know where to improve our documentation :) Kyle Weaver | Software Engineer | github.com/ibzib<https://nam01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fgithub.com%2Fibzib&data=02%7C01%7Cmpatterson%40aligntech.com%7C46409cc91a774571e87708d736c9d117%7C9ac44c96980a481bae23d8f56b82c605%7C0%7C0%7C637038112744754279&sdata=f8QSp0%2FHpVOOjDhtEPPVp2npTzmDizS%2BFJoOoK1BMtw%3D&reserved=0> | [email protected]<mailto:[email protected]> On Wed, Sep 11, 2019 at 7:21 AM Matthew Patterson <[email protected]<mailto:[email protected]>> wrote: Hi Beamers, Sorry for the naïve question, but I am trying to find a way around gradle build errors (rat & virtualenv) on master (as of yesterday, 10.09.19). As I can’t build as suggested (./gradlew :sdks:python:container:docker -> * What went wrong: Execution failed for task ':sdks:python:container:docker'. > name is a required docker configuration item. ) I would like ``` cd <beam>/sdks/python python setup.py develop ``` to build/install the python SDK such that the FlinkRunner will be as ready to push to a kubernetes cluster as the code allows. Is there any chance this should do what I would like? Again, apologies for my ignorance, but I has been thrashing around with gradle and the code base, so I am phoning a friend. Thanks, Matt
