-
Notifications
You must be signed in to change notification settings - Fork 2
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
Redefine software installation #31
Comments
Notes from team chat Goals for this issue are:
Notes:
|
More notes. Good package structure?
I think |
Re-opening because the PR was part 1 of 3 changes:
1 down, 2 to go |
Memo I tried to install the goe wheel on Debian 5.10 with Python 3.9 and failed with error:
And also:
Solutions:
|
Parts 1 & 2 of the plan complete:
Part 3 needs some thought. Currently PyInstaller is my primary plan. |
Capturing some thoughts I had recently:
e.g.:
|
Another option for packaging Python: " |
I've spun the remaining tasks from this issue into two new ones and am closing this one. |
We need to spend some time understanding how a customer moves from a cloned github repo to a working installation.
We have already added a Makefile recipe to create a package containing many required artefacts.
The tarball contains:
log
,run
,setup
,conf
,lib
andbin
directorieslib
directory which we include in PYTHONPATH inoffload.env
offload.env
templatesversion
filesetup
andbin
What we do not include is:
It is item 2 above that this issue concerns. We need to think about how we should ensure the customer has the correct Python and packages.
The text was updated successfully, but these errors were encountered: