-
Notifications
You must be signed in to change notification settings - Fork 119
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
Orjson, requires a 64-bit Python with>3.8.5+and<3.9 #439
Comments
Json is too slow to meet iOS 16 requirements orjson builds just fine on 32bit. Home assistant is using it. |
There are 32 bit wheels at: https://pypi.org/project/orjson/#files |
Thank you for your reply. I have tried, but I am using Asus88u CPU with armhf architecture, which unfortunately does not support it. They only support armv7 and armv6 |
armhf can mean different things depending on the os vendor. If its ARMv6 + musl you can use https://wheels.home-assistant.io/musllinux/orjson-3.8.10-cp311-cp311-musllinux_1_2_armv6l.whl |
loog@RT-AC88U-2C70:/tmp/mnt/fwebcc/tmp# pip3 install orjson-3.8.10-cp311-cp311-musllinux_1_2_armv6l.whl |
Are you using glibc? |
That wheel is for musl + python 3.11 |
Thank you. I'll try upgrading to Python 3.10 later now python3.9 |
libc-2.23.so |
You need glibc wheels. It doesn't look like anyone is already building thoose You can fork orjson and add whatever And than use github actions to build them or send them a PR |
I opened a test PR to see if armv6 can be built that way as well |
Orjson, requires a 64-bit Python with>3.8.5+and<3.9
Cannot be used on embedded devices such as routers and some ARM devices
You can remove this library and use Json directly?
The text was updated successfully, but these errors were encountered: