-
Notifications
You must be signed in to change notification settings - Fork 0
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
automate carta-remote packaging & installation? #62
Comments
P.S. Not urgent, juts something to keep on the back burner. |
well now i think of it, why not make it a python script (carta-downloader) that you can pip install, installs a thing in your bin directory that will download this? |
Well that's effectively what the radiopadre setup script is doing already. But I want caaaaaaching... and a pony... and a red Porsche! |
Maybe you could just hire someone to travel round installing radiopadre for anyone who wants it...? You could call it "platinum level package install". Hell, people would probably pay for the bespoke service ;) |
Ah, you mean become a consultant! |
I mean it's clearly an easier career path to the red Porsche... |
So @gijzelaerr did make a KERN package for CARTA a while back, but there's a couple of problems (at least as far as radiopadre is concerned):
CARTA is updating very rapidly at present and adding desirable features, KERN is not keeping up.
I want to deploy radiopadre (& thus CARTA) in bare-bones cluster environments, where KERN (or even a sysadmin) may not be available. So I want it installable in a virtualenv basically.
Because CARTA is install-free (just unpack the tarball and go), I've worked around it in the install script. This just pulls down a tarball from https://github.com/CARTAvis/carta/releases and unpacks it in the venv directory.
From the user's point of view, this can lead to mysteriously long setup times, as the tarball is busy downloading, etc.
Question for you guys is, is there a better way to do this? Can we deploy it via a PyPI wrapper? (So at least setup tells the user it's downloading CARTA...) Or would that be a grave abuse of PyPI, since there isn't a single line of Python in the beast?
The text was updated successfully, but these errors were encountered: