Closed mscarey closed 2 years ago
@mscarey we now build wheels for macOS and they will be published in the upcoming 1.4.3 release. See https://github.com/WojciechMula/pyahocorasick/actions/runs/1871803220#artifacts for now.
Closing this now. Thank you again for the report! I would appreciate if you do not mind to test the wheels in https://github.com/WojciechMula/pyahocorasick/actions/runs/1871803220#artifacts and PyPI a bit later today. Please file a new issue if this is a problem.
Thank you! It installed without errors.
@mscarey Thank you for the feedback ... I am glad it did and I would have been really puzzled if it had not!
When I run
pip install pyahocorasick
for Python 3.10 on an Intel-based Mac running MacOS Big Sur, the installation fails. The issue could be related to #141, but unlike in that issue, I don't get the message "this compiler does not support arm64". The installation succeeds on Python 3.9.Here's the output from pip when running the command in a new virtual environment: