Replies: 2 comments 3 replies
-
I believe there's a config setting for the build that has to be set. See https://github.com/MacPython/numpy-wheels to see how they do it. env_vars.sh has it, I think. |
Beta Was this translation helpful? Give feedback.
-
Likely related, this is specifically for pp3.7. It appears that numpy as of 1.19 and higher requires std=c11 instead of c99. I have confirmed that for a local install of pp3.7 numpy 1.18 compiles but 1.19 and higher does not. This is the important part of the crash log:
I've replaced For reference, this is the repo I am trying to build wheels with: Any ideas how to get around this @henryiii ? I may have to force pp3.7 to simply use an older version of numpy. |
Beta Was this translation helpful? Give feedback.
-
I try to build wheels for package which uses Numpy. For windows and Linux it works perfect. On MacOS it ends with
RankWarning: Polyfit may be poorly conditioned
. As read It is caused by lack of proper BLAS library. But usingbrew installl openblas
does not solve this. Did you have any hint how to deal with it?@henryiii ?
Beta Was this translation helpful? Give feedback.
All reactions