jina: Unable to run Jina on Raspberry Pi 4
I installed Jina using the installation instructions in the docs and I was unable to run even the Jina command without the error
free(): invalid pointer
Aborted
I have tried installing Jina from master branch, 1.2.4, and from pip. Yet, the problem persists
Environment Can’t actually run this command.
Latest version of Raspbian OS (aarm64), on a RPi4. Python 3.7.3
Screenshots

About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 25 (21 by maintainers)
I’m not sure running on armv6 is a priority. I can’t see anyone running Jina on a Pi Zero for any practical reasons. It wouldn’t really work IRL due to puny memory/CPU. For testing it IRL, best case scenario is it crashes or hangs due to lack of memory. But it shouldn’t throw
illegal instructionor just fail silently (like Docker did).But like I said, no need to re-open issue. No real practical use except for bragging “hey, we can run Jina on a RaspPi Zero!” (but not actually do anything useful with it)