You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kamil Wasilewski (Jira)" <ji...@apache.org> on 2020/04/10 16:12:00 UTC

[jira] [Updated] (BEAM-9736) NameError: name 'from_container_image' is not defined

     [ https://issues.apache.org/jira/browse/BEAM-9736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kamil Wasilewski updated BEAM-9736:
-----------------------------------
    Status: Open  (was: Triage Needed)

> NameError: name 'from_container_image' is not defined
> -----------------------------------------------------
>
>                 Key: BEAM-9736
>                 URL: https://issues.apache.org/jira/browse/BEAM-9736
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>            Reporter: Kyle Weaver
>            Priority: Blocker
>             Fix For: 2.21.0
>
>
> https://github.com/apache/beam/pull/11370 introduced the following error that breaks the interpretation of environments.py.
> File "/home/jenkins/jenkins-slave/workspace/beam_LoadTests_Python_ParDo_Flink_Batch_PR/src/sdks/python/apache_beam/runners/portability/portable_runner.py", line 282, in _create_environment
> 11:37:41     return env_class.from_options(portable_options)
> 11:37:41   File "/home/jenkins/jenkins-slave/workspace/beam_LoadTests_Python_ParDo_Flink_Batch_PR/src/sdks/python/apache_beam/transforms/environments.py", line 255, in from_options
> 11:37:41     return from_container_image(
> 11:37:41 NameError: name 'from_container_image' is not defined



--
This message was sent by Atlassian Jira
(v8.3.4#803005)