You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 12:39:48 UTC

[GitHub] [beam] damccorm opened a new issue, #19662: Building Python SDK harness fails to build without virtualenv pre-installed

damccorm opened a new issue, #19662:
URL: https://github.com/apache/beam/issues/19662

   Hi all,
   
    
   
   I tried building the python sdk harness according to [https://beam.apache.org/documentation/runners/flink/](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:
   ```
   
   > Task :sdks:python:setupVirtualenv FAILED
   
   ```
   
   and below
   ```
   
   FAILURE: Build failed with an exception.
   
   * What went wrong:
   Execution failed for task ':sdks:python:setupVirtualenv'.
   >
   A problem occurred starting process 'command 'virtualenv''
   
   ```
   
   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.
   
   Imported from Jira [BEAM-7593](https://issues.apache.org/jira/browse/BEAM-7593). Original Jira may contain additional context.
   Reported by: jjbankert.


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org