Closed 3ricj closed 4 months ago
subprocess.CalledProcessError: Command '['/usr/bin/python3', '/tmp/pip-install-7qwh8und/dbus-fast_45bd4e30ac004819afa9050f72670d99/setup.py', 'build', '-b', '/tmp/pip-install-7qwh8und/dbus-fast_45bd4e30ac004819afa9050f72670d99/build', '--build-purelib', '/tmp/pip-install-7qwh8und/dbus-fast_45bd4e30ac004819afa9050f72670d99/build/lib', '--build-platlib', '/tmp/pip-install-7qwh8und/dbus-fast_45bd4e30ac004819afa9050f72670d99/build/lib.linux-aarch64-cpython-39']' died with <Signals.SIGKILL: 9>.
Looks like you might have run out of ram.
Check the dmesg
to see if the OOM killer got you
Check the
dmesg
to see if the OOM killer got you
Yes! That was it.. I'm not sure how to get more ram. This is a very small router -- I will try to stop some unneeded services. I'm not sure why this is showing up now, I've installed lots of larger packages via pip before without issue. It has 512mb of ram. https://www.gl-inet.com/products/gl-mt3000/
You can install with export SKIP_CYTHON=1
to skip the cython acceleration. It will be much slower though
That worked perfectly. Thank you.
export SKIP_CYTHON=1 fixed my problem. Thank you!
Describe the bug
I'm not sure what the problem is here:
To Reproduce
Trying to install this python module on my openwrt based router
# uname -a Linux GL-MT3000 5.4.211 #0 SMP Thu Jun 20 15:15:09 2024 aarch64 GNU/Linux
Additional context Add any other context about the problem here.
pip3 and python3 installed via opkg -- updated pip3 to the latest version via pip upgrade.