You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/10/11 09:22:57 UTC

[GitHub] [openwhisk] chetanmeh commented on a change in pull request #4683: Fix Travis build pip install issue in pre installation step

chetanmeh commented on a change in pull request #4683: Fix Travis build pip install issue in pre installation step
URL: https://github.com/apache/openwhisk/pull/4683#discussion_r333902798
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -58,8 +59,9 @@ cache:
 
 before_install:
   - ./tools/travis/docker.sh
-  - pip install --upgrade pip setuptools six
-  - pip3 install --upgrade pip setuptools six
+  - sudo apt-get install -y python3-pip
 
 Review comment:
   @neerajmangal Does the build still fails with `--upgrade` flag as current pip version seems to be old
   
   ```
   You are using pip version 8.1.1, however version 19.2.3 is available.
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services