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

ci: Update travis to fix "libintl" loading error #113

Merged
merged 3 commits into from
Aug 24, 2020
Merged

Conversation

jcfr
Copy link
Contributor

@jcfr jcfr commented Aug 21, 2020

See #112

# Referenced from: /Users/travis/.pyenv/versions/3.7.2/bin/python
# Reason: Incompatible library version: python requires version 11.0.0 or later, but libintl.8.dylib provides version 10.0.0
if [[ "$TRAVIS_OS_NAME" == "osx" && "${PYTHON_VERSION}" == "3.7.8" ]]; then
brew install gettext
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
brew install gettext
brew upgrade && brew install gettext

@henryiii
Copy link
Contributor

👍

@jcfr jcfr merged commit 1f845d0 into master Aug 24, 2020
@jcfr jcfr deleted the fix-travis-ci branch August 24, 2020 15:59
JoostJM pushed a commit to AIM-Harvard/pyradiomics that referenced this pull request Sep 29, 2020
Fixes the error thrown by travis CI about loading libintl, as suggested in scikit-build/cmake-python-distributions#113.
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.

2 participants