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

Add OpenMP warning when extension fails to import #107

Merged
merged 2 commits into from
Feb 13, 2024

Conversation

djhoese
Copy link
Collaborator

@djhoese djhoese commented Jan 18, 2024

Closes #106

This attempts to provide a warning guiding users to a possible solution when the C extension fails to import. This is usually because OpenMP isn't available. The warning suggests either installing OpenMP or installing pykdtree from source (as they are probably installing from a binary wheel).

CC @user27182

Copy link
Collaborator

@mraspaud mraspaud left a comment

Choose a reason for hiding this comment

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

LGTM!

@mraspaud mraspaud merged commit 93af7dd into storpipfugl:master Feb 13, 2024
6 checks passed
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.

Gotchas when installing on MacOS
2 participants