You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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: indygreg/python-zstandard#205
Workaround on BBone:zstandard must be installed anyway - it compiles, but needs ~20min
The text was updated successfully, but these errors were encountered: