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

Add ARMv7l release wheels #100

Closed
HerrMuellerluedenscheid opened this issue May 29, 2022 · 3 comments · Fixed by #219
Closed

Add ARMv7l release wheels #100

HerrMuellerluedenscheid opened this issue May 29, 2022 · 3 comments · Fixed by #219

Comments

@HerrMuellerluedenscheid

Hi,

Thanks for a great tool! I would like to add ormsgpack to an embedded linux application that runs on an armv7l system. Would be great to have the wheel shipped via pypi.

@aviramha
Copy link
Owner

Hi,

Thanks for a great tool! I would like to add ormsgpack to an embedded linux application that runs on an armv7l system. Would be great to have the wheel shipped via pypi.

Hi, you're welcome. I don't have the capacity right now to do it, but if you'll do a PR I'll be glad to merge it :)

@aviramha aviramha added the help wanted Extra attention is needed label Aug 2, 2022
@Weezytoughtem
Copy link

import ormsgpack, json, rapidjson

def default(obj):
if isinstance(obj, decimal.Decimal):
return str(obj)

ormsgpack.unpackb(ormsgpack.packb({"set":{1, 2}}, default=default))
{'set': None}

@drewm1980
Copy link

Related, I'm trying to build for aarch64:

#142

@exg exg removed the help wanted Extra attention is needed label Jan 16, 2024
@exg exg linked a pull request Jan 16, 2024 that will close this issue
@exg exg closed this as completed in #219 Jan 21, 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

Successfully merging a pull request may close this issue.

5 participants