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/14 05:42:28 UTC

[GitHub] [openwhisk-cli] chetanmeh opened a new pull request #458: Fix travis build

chetanmeh opened a new pull request #458: Fix travis build
URL: https://github.com/apache/openwhisk-cli/pull/458
 
 
   `setuptools` install was failing due to package update error in `pip install step`
   
   ```
   $ pip install --upgrade pip setuptools
   
   /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
   
     warnings.warn(warning, RequestsDependencyWarning)
   
   DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
   
   Collecting pip
   
     Downloading https://files.pythonhosted.org/packages/30/db/9e38760b32e3e7f40cce46dd5fb107b8c73840df38f0046d8e6514e675a1/pip-19.2.3-py2.py3-none-any.whl (1.4MB)
   
   Collecting setuptools
   
     Downloading https://files.pythonhosted.org/packages/6a/9a/50fadfd53ec909e4399b67c74cc7f4e883488035cfcdb90b685758fa8b34/setuptools-41.4.0-py2.py3-none-any.whl (580kB)
   
   Installing collected packages: pip, setuptools
   
     Found existing installation: pip 19.2.1
   
       Uninstalling pip-19.2.1:
   
   ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/bin/pip'
   Consider using the `--user` option or check the permissions.
   WARNING: You are using pip version 19.2.1, however version 19.2.3 is available.
   You should consider upgrading via the 'pip install --upgrade pip' command.
   The command "pip install --upgrade pip setuptools" failed and exited with 1 during 
   ```
   
   Similar to apache/openwhisk#4683 fix here was to to `--user` option with pip command

----------------------------------------------------------------
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