storpipfugl / pykdtree

Fast kd-tree implementation in Python
GNU Lesser General Public License v3.0
206 stars 48 forks source link

Add OpenMP warning when extension fails to import #107

Closed djhoese closed 5 months ago

djhoese commented 6 months ago

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