pye57 icon indicating copy to clipboard operation
pye57 copied to clipboard

Support macOS x86

Open victorsdd01 opened this issue 2 years ago • 4 comments

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?

victorsdd01 avatar Jan 30 '23 18:01 victorsdd01

Try pip install --no-build-isolation pye57

anthonysbr avatar Apr 26 '23 17:04 anthonysbr

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

StanislavNikolov avatar Aug 07 '24 13:08 StanislavNikolov

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

dancergraham avatar Aug 07 '24 13:08 dancergraham

Apple Silicon is now supported - please test !

dancergraham avatar Aug 10 '24 15:08 dancergraham