You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Ethan Li (Jira)" <ji...@apache.org> on 2020/07/20 14:58:00 UTC

[jira] [Comment Edited] (STORM-3674) explicitly specify pip2 and pip3 in travis-install.sh

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

Ethan Li edited comment on STORM-3674 at 7/20/20, 2:57 PM:
-----------------------------------------------------------

[~seanlau] 
Added you as a contributor and assigned this JIRA to you. Thanks


was (Author: ethanli):
[~seanlau] Added you as a contributor and assigned this JIRA to you. Thanks

> explicitly specify pip2 and pip3 in travis-install.sh
> -----------------------------------------------------
>
>                 Key: STORM-3674
>                 URL: https://issues.apache.org/jira/browse/STORM-3674
>             Project: Apache Storm
>          Issue Type: Sub-task
>            Reporter: liusheng
>            Assignee: liusheng
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> When I try to run Storm tests in Travis ARM containers, it will raise error about python packages installation, because in Travis ARM containers, the "pip" command refer to pip3 binary,  so the following commands in travis-install.sh will not install required packages of Python2.
> {code:java}
> pip install --user -r ${TRAVIS_SCRIPT_DIR}/requirements.txt
> pip3 install --user -r ${TRAVIS_SCRIPT_DIR}/requirements.txt
> {code}
> it is better to explicitly specify pip2 and pip3 in the script.



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