[
https://issues.apache.org/jira/browse/BEAM-7593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17141152#comment-17141152
]
Beam JIRA Bot commented on BEAM-7593:
-------------------------------------
This issue is P2 but has been unassigned without any comment for 60 days so it
has been labeled "stale-P2". If this issue is still affecting you, we care!
Please comment and remove the label. Otherwise, in 14 days the issue will be
moved to P3.
Please see https://beam.apache.org/contribute/jira-priorities/ for a detailed
explanation of what these priorities mean.
> Building Python SDK harness fails to build without virtualenv pre-installed
> ---------------------------------------------------------------------------
>
> Key: BEAM-7593
> URL: https://issues.apache.org/jira/browse/BEAM-7593
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-harness
> Reporter: jjbankert
> Priority: P2
> Labels: portability, stale-P2
>
> Hi all,
>
> I tried building the python sdk harness according to
> [https://beam.apache.org/documentation/runners/flink/] and it failed for me
> when I didn't have virtualenv installed (and succeeded after I did install it
> for the system python env).
> Specific error message:
> {code:java}
> > Task :sdks:python:setupVirtualenv FAILED
> {code}
> and below
> {code:java}
> FAILURE: Build failed with an exception.
> * What went wrong:
> Execution failed for task ':sdks:python:setupVirtualenv'.
> > A problem occurred starting process 'command 'virtualenv''
> {code}
> Not sure if this can be fixed with gradle or if it's easier to just publish
> the docker image so I don't need to build it myself. Alternatively the
> virtualenv prerequisite could also be added to the guide of course.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)