Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ansible-deployment halts while installing python-package #45

Closed
orgua opened this issue Apr 30, 2024 · 1 comment
Closed

Ansible-deployment halts while installing python-package #45

orgua opened this issue Apr 30, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@orgua
Copy link
Owner

orgua commented Apr 30, 2024

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:

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 orgua added the bug Something isn't working label Apr 30, 2024
@orgua orgua closed this as completed Jul 8, 2024
@orgua
Copy link
Owner Author

orgua commented Jul 8, 2024

will be fixed in 0.8.0 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant