Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support macOS x86 #35

Open
victorsdd01 opened this issue Jan 30, 2023 · 4 comments
Open

Support macOS x86 #35

victorsdd01 opened this issue Jan 30, 2023 · 4 comments

Comments

@victorsdd01
Copy link

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?

@anthonysbr
Copy link

Try pip install --no-build-isolation pye57

@StanislavNikolov
Copy link

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

@dancergraham
Copy link
Collaborator

dancergraham commented Aug 7, 2024

There is an open PR which should allow is to support Apple silicon and hopefully x86 macs soon...

#68

@dancergraham
Copy link
Collaborator

Apple Silicon is now supported - please test !

@dancergraham dancergraham changed the title Anybody Knows if is available for macOS? Support macOS x86 Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants