orgua / shepherd

Synchronized Energy Harvesting Emulator and Recorder
MIT License
2 stars 2 forks source link

Ansible-deployment halts while installing python-package #45

Closed orgua closed 1 month ago

orgua commented 4 months ago

shepherd-core currently ships with zstandard. v0.22 has no arm7l-package prebuilt, so compilation starts and takes forever.

https://github.com/indygreg/python-zstandard

Updates: https://github.com/indygreg/python-zstandard/issues/205

Workaround on BBone:

cd
git clone https://github.com/orgua/shepherd-datalib
cd shepherd-datalib/shepherd-core
nano pyproject.toml
# edit out zstandard line
sudo pip install .[elf] -U

zstandard must be installed anyway - it compiles, but needs ~20min

sudo pip install zstandard
orgua commented 1 month ago

will be fixed in 0.8.0 release