Skip to content
New issue

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

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

Already on GitHub? # to your account

Improve girder transfers support #19

Open
axlbonnet opened this issue May 14, 2020 · 0 comments
Open

Improve girder transfers support #19

axlbonnet opened this issue May 14, 2020 · 0 comments

Comments

@axlbonnet
Copy link
Contributor

At the moment, girder transfers are done through the girder-client binary which is a python package coming from pip.

But we have a python environment problem on many execution sites which causes this package installation to fail, and then also the transfer and the execution itself.

Several solutions are possible :

  • install the package from cvmfs when possible, similarly to what's been done for boutiques
  • replace the girder-client calls by curl requests (domnload and uploads are simple REST requests). We must be sure that curl is available on most sites (or wget ? or maybe use basic python modules ?)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant