Closed stephane-caron closed 2 months ago
Thanks for the log. Yes, it looks like the same thing that was triggering #49 - sadly I never figured out what the problem was. Since the tests pass on macos on this repository, I'm at loss...
I suppose this is no longer an issue; please do let me know if it is still a problem.
Note that on later versions of macos (or, at least those on github actions...) the homebrew include and lib folders must be passed explicitly when running pip (see #70).
env "CFLAGS=-I$(brew --prefix)/include -L$(brew --prefix)/lib" python -m pip install ...
I'm facing an issue similar to https://github.com/mcmtroffaes/pycddlib/issues/49 in the CI of lpsolvers. This issue is specific to
macos-latest
images:Installing Cython by itself (without pycddlib) on macos-latest works. It seems this error only occurs during
pip install pycddlib
.(Also the issue is not specific to Python 3.7; it also happens e.g. on Python 3.9.)