Skip to content

CI use Python 3.8 for MacOS no_openmp #19964

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

Closed
wants to merge 2 commits into from

Conversation

glemaitre
Copy link
Member

closes #19963

@glemaitre
Copy link
Member Author

We should check what is wrong with the package with Python 3.9 that has been made available.

@jeremiedbb
Copy link
Member

I wonder if it would be enough to just tell clang to ignore the unknown argument.

export CFLAGS="-Wno-error=unknown-argument"
export CPPFLAGS="-Wno-error=unknown-argument"

@thomasjpfan
Copy link
Member

There may be an issue with using osx's clang with conda installed packages. From scipy/scipy#13776, it looks like a solution is to use pip to install the dependencies.

@jeremiedbb jeremiedbb changed the title CI use Python 3.8 for MacOS no_openml CI use Python 3.8 for MacOS no_openmp Apr 23, 2021
@thomasjpfan
Copy link
Member

I just tried updating azure to use pip installed dependencies and it did not work.

@thomasjpfan
Copy link
Member

Opened #19968 as an alternative solution.

@jeremiedbb
Copy link
Member

#19968 merged. Closing this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI issue with clang on MacOS
3 participants