Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Travis CI build for Mac OSX - pip3: command not found #400

Merged

Conversation

gedakc
Copy link
Collaborator

@gedakc gedakc commented Oct 14, 2018

It seems that the homebrew recipes for python3 and pip3 installation for Mac OS X are subject to ongoing changes. This fix addresses a recent change to the recipe for installing python3 and pip3.

@gedakc gedakc changed the title Fix Mac OSX build - pip3: command not found Fix Travis CI build for Mac OSX - pip3: command not found Oct 14, 2018
@gedakc gedakc changed the base branch from master to develop October 14, 2018 20:35
The Travis CI builds are failing with the following messages:

    sudo -H pip3 install --upgrade pip setuptools wheel
    sudo: pip3: command not found

    The command "if [ "$TRAVIS_OS_NAME" = "osx" ]; then bash package/prepare_osx.sh; fi" failed and exited with 1 during .

It appears that homebrew recipes for Python3 and pip3 install and
invocation keep changing (see Homebrew version after 1.5).

https://stackoverflow.com/questions/17271319/how-do-i-install-pip-on-macos-or-os-x
@gedakc gedakc force-pushed the fix-osx-build-pip3-command-not-found branch from 01896f2 to 847fb98 Compare October 14, 2018 20:37
@gedakc gedakc merged commit 847fb98 into olivierkes:develop Oct 14, 2018
@gedakc gedakc deleted the fix-osx-build-pip3-command-not-found branch October 14, 2018 21:00
@gedakc gedakc added this to the 0.8.0 milestone Nov 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant