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

Install hanging on RPi 3A+ #31

Open
ubdbra001 opened this issue Apr 15, 2022 · 2 comments
Open

Install hanging on RPi 3A+ #31

ubdbra001 opened this issue Apr 15, 2022 · 2 comments

Comments

@ubdbra001
Copy link

ubdbra001 commented Apr 15, 2022

Hi There,

Just wanted to let you know that I had issues with installing pirecorder on a Raspberry Pi 3A+. The Pi would hang when it was installing numpy.

I think the issue is that this specific version of the Pi runs out of memory when compiling numpy as following this suggestion of adding extra swap seems to fix it.

Having poked around a little I think the deeper issue is that using an older version of the Raspberry Pi OS (Buster) means that an older version of Python is installed by default, the newer compiled wheels for numpy don't support that version, so the Pi has to do the compiling, and 512 MB of RAM is on the edge of what is needed.

I don't think there's a fix for the software itself, but it maybe worth including this info in a troubleshooting section?

Thanks very much for pirecorder regardless, it's very useful!

@JolleJolles
Copy link
Owner

Thanks @ubdbra001 for your comment. I unfortunately experienced the same last week installing pirecorder on a number of different raspberry pi models and versions of OS. I will have to do some more testing to see how best to resolve it and adding to the documentation to help users with different systems.

@ubdbra001
Copy link
Author

Not a problem, glad to hear it wasn't just me. Let me know if I can provide you with any more info that will help you eitehr address the issue, or improve the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants