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
{{ message }}
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.
Perhaps this is still the best and most flexible option. But it should ideally invoke python setup.py sdist to pack an actual distributed version of lcrs-embedded and then pip install it into a complete virtual environment of the host target with all dependencies?
Another option would be if there's somehow already a recipe for installing custom python packages and dependencies on a target system.
The text was updated successfully, but these errors were encountered:
I have a feeling that redistributable virtualenvs aren't the way to go, because virtualenv --relocatable <dir> needs to be run inside the target system - and because it's still considered buggy and experimental (see: https://github.com/pypa/virtualenv/issues/11)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In LCRS2, we ran our own script after building the output. It is run before building the actual images.
The script did this:
https://github.com/fairdk/lcrs2/blob/master/buildroot/postbuild.sh
Perhaps this is still the best and most flexible option. But it should ideally invoke
python setup.py sdist
to pack an actual distributed version of lcrs-embedded and thenpip install
it into a complete virtual environment of the host target with all dependencies?Another option would be if there's somehow already a recipe for installing custom python packages and dependencies on a target system.
The text was updated successfully, but these errors were encountered: