Custom component can't install package

I’m probably missing something obvious here… I keep getting an error with a reference in a custom component. Here’s the end of the error:

line 48, in __init__ import _cffi_backend as backend ImportError: Error loading shared library /tmp/pip-build-env-w4ct1mgz/normal/lib/python3.8/site-packages/_cffi_backend.cpython-38-arm-linux-gnueabihf.so: 
Operation not permitted ---------------------------------------- 
ERROR: Command errored out with exit status 1: /usr/local/bin/python3 /usr/local/lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py prepare_metadata_for_build_wheel /tmp/tmph8i2yb0x

I’m trying to install google-cloud-bigquery. I’ve tried a few different version numbers and all do this.