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
If the --datalad option is set, and it tries to use git-annex (which it will for large files), then it will fail with the following error:
datalad.support.exceptions.OutdatedExternalDependency: No working git-annex installation of version >= 8.20200309. Visit http://handbook.datalad.org/r.html?install for instructions on how to install DataLad and git-annex.. You have version 7.20190129
git-annex here is coming from the Debian version. We could either install from source, or use a different base image.
The text was updated successfully, but these errors were encountered:
There are a couple of options that I didn't add here since they didn't
seem to fit well. Also there are a couple of additional ones for
things like git user details when using datalad.
There are a couple of known limitations, which I've created issues for
in this repo:
rh-impact#8rh-impact#9
grdryn
added a commit
to grdryn/pl-heudiconv
that referenced
this issue
Sep 18, 2022
There are a couple of options that I didn't add here since they didn't
seem to fit well. Also there are a couple of additional ones for
things like git user details when using datalad.
There are a couple of known limitations, which I've created issues for
in this repo:
rh-impact#8rh-impact#9
There are a couple of options that I didn't add here since they didn't
seem to fit well. Also there are a couple of additional ones for
things like git user details when using datalad.
There are a couple of known limitations, which I've created issues for
in this repo:
rh-impact#8rh-impact#9
If the
--datalad
option is set, and it tries to usegit-annex
(which it will for large files), then it will fail with the following error:git-annex
here is coming from the Debian version. We could either install from source, or use a different base image.The text was updated successfully, but these errors were encountered: