-
I'm compiling
Everything works on Windows and macOS locally, but I'm still having trouble with testing the wheel on macOS after repairing it with cibuildwheel. In
My question is should I use The following is with: CIBW_ARCHS: auto64
CIBW_ARCHS_MACOS: x86_64 universal2
CIBW_BUILD: cp38-macosx_x86_64 I don't specify
When pytest runs in the
I'm pretty sure this is due to the path to python not working because the same tests pass after building the wheel locally on macOS/Windows. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Could you explain if you build If before you could fix it also before using example here https://github.com/Czaki/imagecodecs_build/blob/master/build_utils/fix_macos_lib.sh |
Beta Was this translation helpful? Give feedback.
-
The solution was to not link to Python at all. pybind11 mentions this https://pybind11.readthedocs.io/en/stable/compiling.html
|
Beta Was this translation helpful? Give feedback.
The solution was to not link to Python at all. pybind11 mentions this https://pybind11.readthedocs.io/en/stable/compiling.html