You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Valentyn Tymofieiev (JIRA)" <ji...@apache.org> on 2018/11/01 18:08:00 UTC

[jira] [Commented] (BEAM-5873) Python test failure: "ImportError: No module named pip._internal"

    [ https://issues.apache.org/jira/browse/BEAM-5873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16671948#comment-16671948 ] 

Valentyn Tymofieiev commented on BEAM-5873:
-------------------------------------------

Thanks for reporting this.
Observation: the error happens on Dataflow container python:beam-master-20181018. This container is using pip 18.1. Previously used container, tagged as beam-master-20180927, as well as 2.8.0 container were using pip 18.0, so this error may correlate with installed version of pip. 

> Python test failure: "ImportError: No module named pip._internal"
> -----------------------------------------------------------------
>
>                 Key: BEAM-5873
>                 URL: https://issues.apache.org/jira/browse/BEAM-5873
>             Project: Beam
>          Issue Type: Bug
>          Components: test-failures
>            Reporter: Henning Rohde
>            Assignee: Valentyn Tymofieiev
>            Priority: Major
>
> https://scans.gradle.com/s/r55ln7mdibu2w/console-log?task=:beam-sdks-python:postCommitITTests#L163
> Logs: https://pantheon.corp.google.com/logs/viewer?resource=dataflow_step%2Fjob_id%2F2018-10-26_06_46_26-13501822612780835073&logName=projects%2Fapache-beam-testing%2Flogs%2Fdataflow.googleapis.com%252Fworker-startup&interval=NO_LIMIT&project=apache-beam-testing&minLogLevel=0&expandAll=false&timestamp=2018-10-26T20:01:54.773000000Z&customFacets=&limitCustomFacetWidth=true&scrollTimestamp=2018-10-26T13:49:18.405228000Z
> Executing: /usr/local/bin/pip install /var/opt/google/dataflow/dataflow_python_sdk.tar[gcp] 
> Debug: delayed tasks complete 
> Debug: download complete 
> Traceback (most recent call last): 
> File "/usr/local/bin/pip", line 7, in <module> 
> from pip._internal import main 
> ImportError 
> :  
> No module named pip._internal 
> /usr/local/bin/pip failed with exit status 1 
> Maybe a flake?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)