pye57
pye57 copied to clipboard
Support macOS x86
I'm trying to install this lib in a python project using MacOS but returning an error. this is the error... ---> Could not build wheels for pye57, which is required to install pyproject.toml-based projects
I've tried to install pyproject.toml-base but doesn't work
Does anybody know what I can do?
Try pip install --no-build-isolation pye57
Install the xerces-c library manually (for example using brew)
brew install xerces-c
The install pye57 telling the C compiler (clang on my machine) where to find the header files and the compiled library:
CPLUS_INCLUDE_PATH="/opt/homebrew/include/" LIBRARY_PATH="/opt/homebrew/lib/" pip install pye57
There is an open PR which should allow is to support Apple silicon and hopefully x86 macs soon...
https://github.com/davidcaron/pye57/pull/68
Apple Silicon is now supported - please test !