-
Notifications
You must be signed in to change notification settings - Fork 45
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
Comments
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... |
Apple Silicon is now supported - please test ! |
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
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?
The text was updated successfully, but these errors were encountered: