Investigate piwheels.org to let users install non-pure Python packages #139
Labels
packages
Ticket deals with adding or removing packages from the system
robot-svcs
Robot Services
system
This issue or PR involves the linux system base
Our root partition is apparently very low on space (Opentrons/opentrons#8184).
Some of our space is currently wasted on big packages like
pandas
(#61). We don't actually needpandas
in the root partition; we include it there because users sometimes need it, and it's prohibitively difficult for them topip install
on their own to the big user partition.pip install
fails because of some combination of the package depending on native libraries, and requiring a working compiler.Instead of us continuing to keep packages like this in our root partition, we might be able to get
pip install
to work by configuringpip
to use https://www.piwheels.org/, a community-maintained repository of Python wheel builds specifically for the Raspberry Pi.pandas
we'd like to offloadThe text was updated successfully, but these errors were encountered: