jedie
1
Installing Python packages on ARM / Raspberry Pi may take very long…
It’s possible to set a other PyPi mirror and use https://www.piwheels.org/
Anybody a idea how to do this on YunoHost app config level?!?
Or: Should YunoHost core should make this and not every Python based App package?!?
Crosspost: Auto activate "piwheels" on Raspberry Pi · Issue #8 · YunoHost-Apps/django_yunohost_integration · GitHub
Aleks
2
Ah yes indeed that sounds awesome ?!
Too bad they don’t support other ARM boards … but that’s pretty cool already 
I guess we could indeed add this to the core (assuming that we can trust these folks).
Naively I would tend to add this in the regen conf around here with something like:
if [[ -e /proc/device-tree/model ]] && grep -q "Raspberry Pi" /proc/device-tree/model; then
mkdir -p $pending_dir/etc
echo ".. the config snippet ..." > $pending_dir/etc/pip.conf
fi
Annnnd in fact while I write this, I realize my RPi already has this enabled … Are there RPi setups where this is not enabled ?
1 Like
jedie
3
No i think it’s not the default. But i have to check this…
jedie
4
Hm. Okay this line exists on my Pi, too…
Default in Raspbian?!?
system
Closed
5
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.