Kyle Weaver created BEAM-10316:
----------------------------------
Summary: Python container builds always create Python 2.7
environment
Key: BEAM-10316
URL: https://issues.apache.org/jira/browse/BEAM-10316
Project: Beam
Issue Type: Bug
Components: sdk-py-harness
Reporter: Kyle Weaver
Assignee: Kamil Wasilewski
When I runĀ ./gradlew sdks:python:container:py37:docker, instead of the command
creating a Python 3.7 environment as expected, Python 2.7 (the default) is used.
> Task :sdks:python:setupVirtualenv FAILED
created virtual environment CPython2.7.18.candidate.1-64 in 418ms
--
This message was sent by Atlassian Jira
(v8.3.4#803005)