lericson / pylibmc

A Python wrapper around the libmemcached interface from TangentOrg.
http://sendapatch.se/projects/pylibmc/
BSD 3-Clause "New" or "Revised" License
478 stars 136 forks source link

Add support to release aarch64 wheels #268

Closed odidev closed 1 year ago

odidev commented 3 years ago

Problem

On aarch64, ‘pip install pylibmc’ builds the wheels from source code and then installs it. It requires the user to have a development environment installed on his system. Also, it takes some time to build the wheels than downloading and extracting the wheels from pypi.

Resolution

On aarch64, ‘pip install pylibmc’ should download the wheels from pypi

@lericson Please let me know your interest in releasing aarch64 wheels. I can help in this.

odidev commented 2 years ago

@lericson, do you have any plan to release Linux AArch64 wheels. I can help in this.

lericson commented 2 years ago

Yes, please! Will they work on macOS do you think?

On 9 Feb 2022, at 07:19, odidev @.***> wrote:

@lericson https://github.com/lericson, do you have any plan to release Linux AArch64 wheels. I can help in this.

— Reply to this email directly, view it on GitHub https://github.com/lericson/pylibmc/issues/268#issuecomment-1033392722, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAALONMT3WUUZYYMT44OZ5LU2IBQ5ANCNFSM427OVYAA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.

lericson commented 1 year ago

Thanks man, this was fixed.