Using datalad to install into the current or an arbitray directory

The cluster on which I am working provides datalad 0.12.0rc4 as a container. I expected, when I ran it as

$ datalad install https://github.com/OpenNeuroDatasets/ds000174.git
[INFO   ] Cloning https://github.com/OpenNeuroDatasets/ds000174.git [1 other candidates] into '/home/bennet/ds000174' 
[INFO   ]   Remote origin not usable by git-annex; setting annex-ignore         
[INFO   ] access to dataset sibling "s3-PRIVATE" not auto-enabled, enable with:
| 		datalad siblings -d "/home/bennet/ds000174" enable -s s3-PRIVATE 
install(ok): /home/bennet/ds000174 (dataset)

that it would download the data into the current working directory. Instead I was quite surprised that it downloaded it into $HOME.

I looked in the documentation installation instructions and I didn’t see anything near the top or easily accessible where it says there is a configuration file that could be used to set the default location, nor was I able to easily find a way to tell datalad to install into the current directory.

The -C option says, from --help,

  -C PATH               run as if datalad was started in <path> instead of the
                        current working directory. When multiple -C options
                        are given, each subsequent non-absolute -C <path> is
                        interpreted relative to the preceding -C <path>. This
                        option affects the interpretations of the path names
                        in that they are made relative to the working
                        directory caused by the -C option

which seems to imply that datalad would, in fact, use $PWD rather than $HOME.

On this particular cluster, the quota on my $HOME is generous, but on others, it is tiny.

How would I configure datalad to download to the current directory, or to some arbitrary directory?

Please also note, I have no use for datalad to created data sets; it is only being used to fetch datasets, typically from OpenNeuro. I did not find a way to find the section in the documentation for using it (essentially) as a replacement for wget and aws.

Sorry if I missed something obvious.

I downloaded the same dataset with aws, but it got the oldest version, not the latest, so I tried datalad.

Thanks, – bennet

Oh, dear. My bad.

When using the container version, one must be in a directory that is mapped into the container, as all the paths that datalad sees are inside the container.

My problem was that I was in a directory that was not bound. Changing to a directory in /scratch, which is bound to the container by default resolved the issue.

Sorry for the noise, but perhaps someone will find this useful someday.

Just install in conda 3. Installation and configuration — The DataLad Handbook and use recent version

I did this

$ conda create -n datalad
$ conda activate datalad
$ conda install -c conda-forge datalad
$ datalad install https://github.com/OpenNeuroDatasets/ds000174.git
/home/bennet/.local/lib/python3.9/site-packages/requests/__init__.py:102: RequestsDependencyWarning: urllib3 (1.26.9) or chardet (5.0.0)/charset_normalizer (2.0.12) doesn't match a supported version!
  warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported "
[INFO   ] Remote origin not usable by git-annex; setting annex-ignore           
[INFO   ] https://github.com/OpenNeuroDatasets/ds000174.git/config download failed: Not Found 
[INFO   ] access to 1 dataset sibling s3-PRIVATE not auto-enabled, enable with:
| 		datalad siblings -d "/tmp/bennet/ds000174" enable -s s3-PRIVATE 
install(ok): /tmp/bennet/ds000174 (dataset)

So, I moved ~/.local aside, removed the ds000174 directory and retried.

$ rm -rf ds000174/
$ datalad install https://github.com/OpenNeuroDatasets/ds000174.git
[INFO   ] Remote origin not usable by git-annex; setting annex-ignore           
[INFO   ] https://github.com/OpenNeuroDatasets/ds000174.git/config download failed: Not Found 
[INFO   ] access to 1 dataset sibling s3-PRIVATE not auto-enabled, enable with:
| 		datalad siblings -d "/tmp/bennet/ds000174" enable -s s3-PRIVATE 
install(ok): /tmp/bennet/ds000174 (dataset)

$ datalad --version
datalad 0.17.2

That seems to result in there being a broken symbolic link to the T1w images instead of an actual file.

$ cd sub-121/ses-BL/anat
$ ls -l
total 0
lrwxrwxrwx 1 bennet bennet 143 Jul 18 10:07 sub-121_ses-BL_T1w.nii.gz -> ../../../.git/annex/objects/PM/Q4/MD5E-s6415972--ee10a1339bcb40efa6bb0706b85bf62a.nii.gz/MD5E-s6415972--ee10a1339bcb40efa6bb0706b85bf62a.nii.gz

The previous attempt did seem to download a file once, but it now has the same behavior of creating bogus symbolic links.

The full output from the conda install datalad follows, in case that reveals something that should have happened but that did not.

Thanks for the help.

Collecting package metadata (current_repodata.json): done
Solving environment: done
. . . .
## Package Plan ##

  environment location: /tmp/bennet/miniconda3/envs/datalad

  added / updated specs:
    - datalad


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    _libgcc_mutex-0.1          |      conda_forge           3 KB  conda-forge
    _openmp_mutex-4.5          |            2_gnu          23 KB  conda-forge
    annexremote-1.5.0          |   py39hf3d152e_0          46 KB  conda-forge
    boto-2.49.0                |             py_0         838 KB  conda-forge
    brotlipy-0.7.0             |py39hb9d737c_1004         342 KB  conda-forge
    bzip2-1.0.8                |       h7f98852_4         484 KB  conda-forge
    c-ares-1.18.1              |       h7f98852_0         113 KB  conda-forge
    ca-certificates-2022.6.15  |       ha878542_0         149 KB  conda-forge
    certifi-2022.6.15          |   py39hf3d152e_0         155 KB  conda-forge
    cffi-1.15.1                |   py39he91dace_0         229 KB  conda-forge
    chardet-5.0.0              |   py39hf3d152e_0         232 KB  conda-forge
    charset-normalizer-2.1.0   |     pyhd8ed1ab_0          35 KB  conda-forge
    colorama-0.4.5             |     pyhd8ed1ab_0          18 KB  conda-forge
    cryptography-37.0.4        |   py39hd97740a_0         1.5 MB  conda-forge
    curl-7.83.1                |       h7bff187_0          89 KB  conda-forge
    datalad-0.17.2             |   py39hf3d152e_0         1.8 MB  conda-forge
    dbus-1.13.6                |       h5008d03_3         604 KB  conda-forge
    distro-1.6.0               |     pyhd8ed1ab_0          22 KB  conda-forge
    exifread-3.0.0             |     pyhd8ed1ab_0          36 KB  conda-forge
    expat-2.4.8                |       h27087fc_0         187 KB  conda-forge
    fasteners-0.17.3           |     pyhd8ed1ab_0          20 KB  conda-forge
    freetype-2.10.4            |       h0708190_1         890 KB  conda-forge
    future-0.18.2              |   py39hf3d152e_5         713 KB  conda-forge
    gettext-0.19.8.1           |    h73d1719_1008         3.6 MB  conda-forge
    giflib-5.2.1               |       h36c2ea0_2          77 KB  conda-forge
    git-2.37.1                 | pl5321h36853c3_0        13.7 MB  conda-forge
    git-annex-10.20220624      |alldep_hc98582e_100        13.8 MB  conda-forge
    gmp-6.2.1                  |       h58526e2_0         806 KB  conda-forge
    gnupg-2.3.3                |       h7853c96_0         3.1 MB  conda-forge
    humanize-4.2.3             |     pyhd8ed1ab_0          52 KB  conda-forge
    idna-3.3                   |     pyhd8ed1ab_0          55 KB  conda-forge
    importlib-metadata-4.11.4  |   py39hf3d152e_0          33 KB  conda-forge
    importlib_metadata-4.11.4  |       hd8ed1ab_0           4 KB  conda-forge
    iso8601-1.0.2              |     pyhd8ed1ab_0          13 KB  conda-forge
    jeepney-0.8.0              |     pyhd8ed1ab_0          36 KB  conda-forge
    jpeg-9e                    |       h166bdaf_2         269 KB  conda-forge
    keyring-23.7.0             |   py39hf3d152e_0          51 KB  conda-forge
    keyrings.alt-4.0.2         |     pyhd3deb0d_0          19 KB  conda-forge
    keyutils-1.6.1             |       h166bdaf_0         115 KB  conda-forge
    krb5-1.19.3                |       h3790be6_0         1.4 MB  conda-forge
    lcms2-2.12                 |       hddcbb42_0         443 KB  conda-forge
    ld_impl_linux-64-2.36.1    |       hea4e1c9_2         667 KB  conda-forge
    lerc-3.0                   |       h9c3ff4c_0         216 KB  conda-forge
    libassuan-2.5.5            |       h9c3ff4c_0          89 KB  conda-forge
    libcbor-0.9.0              |       h9c3ff4c_0          44 KB  conda-forge
    libcurl-7.83.1             |       h7bff187_0         342 KB  conda-forge
    libdeflate-1.12            |       h166bdaf_0          78 KB  conda-forge
    libedit-3.1.20191231       |       he28a2e2_2         121 KB  conda-forge
    libev-4.33                 |       h516909a_1         104 KB  conda-forge
    libffi-3.4.2               |       h7f98852_5          57 KB  conda-forge
    libfido2-1.11.0            |       h727a467_0         283 KB  conda-forge
    libgcc-ng-12.1.0           |      h8d9b700_16         940 KB  conda-forge
    libgcrypt-1.10.1           |       h166bdaf_0         703 KB  conda-forge
    libglib-2.72.1             |       h2d90d5f_0         3.1 MB  conda-forge
    libgomp-12.1.0             |      h8d9b700_16         459 KB  conda-forge
    libgpg-error-1.45          |       hc0c96e0_0         286 KB  conda-forge
    libiconv-1.16              |       h516909a_0         1.4 MB  conda-forge
    libksba-1.3.5              |    hf484d3e_1000         133 KB  conda-forge
    libmagic-5.39              |       h27826a3_0         282 KB  conda-forge
    libnghttp2-1.47.0          |       h727a467_0         808 KB  conda-forge
    libnsl-2.0.0               |       h7f98852_0          31 KB  conda-forge
    libpng-1.6.37              |       h753d276_3         331 KB  conda-forge
    libssh2-1.10.0             |       ha56f1ee_2         233 KB  conda-forge
    libstdcxx-ng-12.1.0        |      ha89aaad_16         4.3 MB  conda-forge
    libtiff-4.4.0              |       hc85c160_1         638 KB  conda-forge
    libudev1-249               |       h166bdaf_4         109 KB  conda-forge
    libuuid-2.32.1             |    h7f98852_1000          28 KB  conda-forge
    libwebp-1.2.2              |       h3452ae3_0          85 KB  conda-forge
    libwebp-base-1.2.2         |       h7f98852_1         824 KB  conda-forge
    libxcb-1.13                |    h7f98852_1004         391 KB  conda-forge
    libzlib-1.2.12             |       h166bdaf_2          63 KB  conda-forge
    lsof-4.89                  |       h7f98852_1          89 KB  conda-forge
    lz4-c-1.9.3                |       h9c3ff4c_1         179 KB  conda-forge
    msgpack-python-1.0.4       |   py39hf939315_0          88 KB  conda-forge
    mutagen-1.45.1             |     pyhd8ed1ab_0         144 KB  conda-forge
    ncurses-6.3                |       h27087fc_1        1002 KB  conda-forge
    npth-1.6                   |    h27087fc_1001          26 KB  conda-forge
    ntbtls-0.1.2               |    hdbcaa40_1000          57 KB  conda-forge
    openjpeg-2.4.0             |       hb52868f_1         444 KB  conda-forge
    openssh-9.0p1              |       hf695f80_0         1.5 MB  conda-forge
    openssl-1.1.1q             |       h166bdaf_0         2.1 MB  conda-forge
    p7zip-16.02                |    h9c3ff4c_1001         2.2 MB  conda-forge
    patool-1.12                |py39hf3d152e_1005          76 KB  conda-forge
    pcre-8.45                  |       h9c3ff4c_0         253 KB  conda-forge
    pcre2-10.37                |       h032f7d1_0         1.1 MB  conda-forge
    perl-5.32.1                | 2_h7f98852_perl5        14.4 MB  conda-forge
    pillow-9.2.0               |   py39hae2aec6_0        45.2 MB  conda-forge
    pip-22.1.2                 |     pyhd8ed1ab_0         1.5 MB  conda-forge
    platformdirs-2.5.2         |     pyhd8ed1ab_1          16 KB  conda-forge
    popt-1.16                  |    h0b475e3_2002         184 KB  conda-forge
    psutil-5.9.1               |   py39hb9d737c_0         348 KB  conda-forge
    pthread-stubs-0.4          |    h36c2ea0_1001           5 KB  conda-forge
    pycparser-2.21             |     pyhd8ed1ab_0         100 KB  conda-forge
    pyopenssl-22.0.0           |     pyhd8ed1ab_0          49 KB  conda-forge
    pyperclip-1.8.2            |     pyhd8ed1ab_2          14 KB  conda-forge
    pysocks-1.7.1              |   py39hf3d152e_5          28 KB  conda-forge
    python-3.9.13              |h9a8a25e_0_cpython        26.7 MB  conda-forge
    python-dateutil-2.8.2      |     pyhd8ed1ab_0         240 KB  conda-forge
    python-gitlab-3.6.0        |     pyhd8ed1ab_0          70 KB  conda-forge
    python_abi-3.9             |           2_cp39           4 KB  conda-forge
    readline-8.1.2             |       h0f457ee_0         291 KB  conda-forge
    requests-2.28.1            |     pyhd8ed1ab_0          53 KB  conda-forge
    requests-ftp-0.3.1         |             py_1          11 KB  conda-forge
    requests-toolbelt-0.9.1    |             py_0          40 KB  conda-forge
    rsync-3.2.3                |       hfa40b15_4         312 KB  conda-forge
    secretstorage-3.3.2        |   py39hf3d152e_1          24 KB  conda-forge
    setuptools-63.2.0          |   py39hf3d152e_0         1.3 MB  conda-forge
    simplejson-3.17.6          |   py39hb9d737c_1         104 KB  conda-forge
    six-1.16.0                 |     pyh6c4a22f_0          14 KB  conda-forge
    sqlite-3.39.1              |       h4ff8645_0         1.5 MB  conda-forge
    tk-8.6.12                  |       h27826a3_0         3.3 MB  conda-forge
    tqdm-4.64.0                |     pyhd8ed1ab_0          81 KB  conda-forge
    tzdata-2022a               |       h191b570_0         121 KB  conda-forge
    urllib3-1.26.10            |     pyhd8ed1ab_0         101 KB  conda-forge
    wheel-0.37.1               |     pyhd8ed1ab_0          31 KB  conda-forge
    whoosh-2.7.4               |   py39hf3d152e_6         708 KB  conda-forge
    xorg-libxau-1.0.9          |       h7f98852_0          13 KB  conda-forge
    xorg-libxdmcp-1.1.3        |       h7f98852_0          19 KB  conda-forge
    xxhash-0.8.0               |       h7f98852_3          86 KB  conda-forge
    xz-5.2.5                   |       h516909a_1         343 KB  conda-forge
    zipp-3.8.0                 |     pyhd8ed1ab_0          12 KB  conda-forge
    zlib-1.2.12                |       h166bdaf_2          91 KB  conda-forge
    zstd-1.5.2                 |       h8a70e8d_2         448 KB  conda-forge
    ------------------------------------------------------------
                                           Total:       170.0 MB

The following NEW packages will be INSTALLED:

  _libgcc_mutex      conda-forge/linux-64::_libgcc_mutex-0.1-conda_forge
  _openmp_mutex      conda-forge/linux-64::_openmp_mutex-4.5-2_gnu
  annexremote        conda-forge/linux-64::annexremote-1.5.0-py39hf3d152e_0
  boto               conda-forge/noarch::boto-2.49.0-py_0
  brotlipy           conda-forge/linux-64::brotlipy-0.7.0-py39hb9d737c_1004
  bzip2              conda-forge/linux-64::bzip2-1.0.8-h7f98852_4
  c-ares             conda-forge/linux-64::c-ares-1.18.1-h7f98852_0
  ca-certificates    conda-forge/linux-64::ca-certificates-2022.6.15-ha878542_0
  certifi            conda-forge/linux-64::certifi-2022.6.15-py39hf3d152e_0
  cffi               conda-forge/linux-64::cffi-1.15.1-py39he91dace_0
  chardet            conda-forge/linux-64::chardet-5.0.0-py39hf3d152e_0
  charset-normalizer conda-forge/noarch::charset-normalizer-2.1.0-pyhd8ed1ab_0
  colorama           conda-forge/noarch::colorama-0.4.5-pyhd8ed1ab_0
  cryptography       conda-forge/linux-64::cryptography-37.0.4-py39hd97740a_0
  curl               conda-forge/linux-64::curl-7.83.1-h7bff187_0
  datalad            conda-forge/linux-64::datalad-0.17.2-py39hf3d152e_0
  dbus               conda-forge/linux-64::dbus-1.13.6-h5008d03_3
  distro             conda-forge/noarch::distro-1.6.0-pyhd8ed1ab_0
  exifread           conda-forge/noarch::exifread-3.0.0-pyhd8ed1ab_0
  expat              conda-forge/linux-64::expat-2.4.8-h27087fc_0
  fasteners          conda-forge/noarch::fasteners-0.17.3-pyhd8ed1ab_0
  freetype           conda-forge/linux-64::freetype-2.10.4-h0708190_1
  future             conda-forge/linux-64::future-0.18.2-py39hf3d152e_5
  gettext            conda-forge/linux-64::gettext-0.19.8.1-h73d1719_1008
  giflib             conda-forge/linux-64::giflib-5.2.1-h36c2ea0_2
  git                conda-forge/linux-64::git-2.37.1-pl5321h36853c3_0
  git-annex          conda-forge/linux-64::git-annex-10.20220624-alldep_hc98582e_100
  gmp                conda-forge/linux-64::gmp-6.2.1-h58526e2_0
  gnupg              conda-forge/linux-64::gnupg-2.3.3-h7853c96_0
  humanize           conda-forge/noarch::humanize-4.2.3-pyhd8ed1ab_0
  idna               conda-forge/noarch::idna-3.3-pyhd8ed1ab_0
  importlib-metadata conda-forge/linux-64::importlib-metadata-4.11.4-py39hf3d152e_0
  importlib_metadata conda-forge/noarch::importlib_metadata-4.11.4-hd8ed1ab_0
  iso8601            conda-forge/noarch::iso8601-1.0.2-pyhd8ed1ab_0
  jeepney            conda-forge/noarch::jeepney-0.8.0-pyhd8ed1ab_0
  jpeg               conda-forge/linux-64::jpeg-9e-h166bdaf_2
  keyring            conda-forge/linux-64::keyring-23.7.0-py39hf3d152e_0
  keyrings.alt       conda-forge/noarch::keyrings.alt-4.0.2-pyhd3deb0d_0
  keyutils           conda-forge/linux-64::keyutils-1.6.1-h166bdaf_0
  krb5               conda-forge/linux-64::krb5-1.19.3-h3790be6_0
  lcms2              conda-forge/linux-64::lcms2-2.12-hddcbb42_0
  ld_impl_linux-64   conda-forge/linux-64::ld_impl_linux-64-2.36.1-hea4e1c9_2
  lerc               conda-forge/linux-64::lerc-3.0-h9c3ff4c_0
  libassuan          conda-forge/linux-64::libassuan-2.5.5-h9c3ff4c_0
  libcbor            conda-forge/linux-64::libcbor-0.9.0-h9c3ff4c_0
  libcurl            conda-forge/linux-64::libcurl-7.83.1-h7bff187_0
  libdeflate         conda-forge/linux-64::libdeflate-1.12-h166bdaf_0
  libedit            conda-forge/linux-64::libedit-3.1.20191231-he28a2e2_2
  libev              conda-forge/linux-64::libev-4.33-h516909a_1
  libffi             conda-forge/linux-64::libffi-3.4.2-h7f98852_5
  libfido2           conda-forge/linux-64::libfido2-1.11.0-h727a467_0
  libgcc-ng          conda-forge/linux-64::libgcc-ng-12.1.0-h8d9b700_16
  libgcrypt          conda-forge/linux-64::libgcrypt-1.10.1-h166bdaf_0
  libglib            conda-forge/linux-64::libglib-2.72.1-h2d90d5f_0
  libgomp            conda-forge/linux-64::libgomp-12.1.0-h8d9b700_16
  libgpg-error       conda-forge/linux-64::libgpg-error-1.45-hc0c96e0_0
  libiconv           conda-forge/linux-64::libiconv-1.16-h516909a_0
  libksba            conda-forge/linux-64::libksba-1.3.5-hf484d3e_1000
  libmagic           conda-forge/linux-64::libmagic-5.39-h27826a3_0
  libnghttp2         conda-forge/linux-64::libnghttp2-1.47.0-h727a467_0
  libnsl             conda-forge/linux-64::libnsl-2.0.0-h7f98852_0
  libpng             conda-forge/linux-64::libpng-1.6.37-h753d276_3
  libssh2            conda-forge/linux-64::libssh2-1.10.0-ha56f1ee_2
  libstdcxx-ng       conda-forge/linux-64::libstdcxx-ng-12.1.0-ha89aaad_16
  libtiff            conda-forge/linux-64::libtiff-4.4.0-hc85c160_1
  libudev1           conda-forge/linux-64::libudev1-249-h166bdaf_4
  libuuid            conda-forge/linux-64::libuuid-2.32.1-h7f98852_1000
  libwebp            conda-forge/linux-64::libwebp-1.2.2-h3452ae3_0
  libwebp-base       conda-forge/linux-64::libwebp-base-1.2.2-h7f98852_1
  libxcb             conda-forge/linux-64::libxcb-1.13-h7f98852_1004
  libzlib            conda-forge/linux-64::libzlib-1.2.12-h166bdaf_2
  lsof               conda-forge/linux-64::lsof-4.89-h7f98852_1
  lz4-c              conda-forge/linux-64::lz4-c-1.9.3-h9c3ff4c_1
  msgpack-python     conda-forge/linux-64::msgpack-python-1.0.4-py39hf939315_0
  mutagen            conda-forge/noarch::mutagen-1.45.1-pyhd8ed1ab_0
  ncurses            conda-forge/linux-64::ncurses-6.3-h27087fc_1
  npth               conda-forge/linux-64::npth-1.6-h27087fc_1001
  ntbtls             conda-forge/linux-64::ntbtls-0.1.2-hdbcaa40_1000
  openjpeg           conda-forge/linux-64::openjpeg-2.4.0-hb52868f_1
  openssh            conda-forge/linux-64::openssh-9.0p1-hf695f80_0
  openssl            conda-forge/linux-64::openssl-1.1.1q-h166bdaf_0
  p7zip              conda-forge/linux-64::p7zip-16.02-h9c3ff4c_1001
  patool             conda-forge/linux-64::patool-1.12-py39hf3d152e_1005
  pcre               conda-forge/linux-64::pcre-8.45-h9c3ff4c_0
  pcre2              conda-forge/linux-64::pcre2-10.37-h032f7d1_0
  perl               conda-forge/linux-64::perl-5.32.1-2_h7f98852_perl5
  pillow             conda-forge/linux-64::pillow-9.2.0-py39hae2aec6_0
  pip                conda-forge/noarch::pip-22.1.2-pyhd8ed1ab_0
  platformdirs       conda-forge/noarch::platformdirs-2.5.2-pyhd8ed1ab_1
  popt               conda-forge/linux-64::popt-1.16-h0b475e3_2002
  psutil             conda-forge/linux-64::psutil-5.9.1-py39hb9d737c_0
  pthread-stubs      conda-forge/linux-64::pthread-stubs-0.4-h36c2ea0_1001
  pycparser          conda-forge/noarch::pycparser-2.21-pyhd8ed1ab_0
  pyopenssl          conda-forge/noarch::pyopenssl-22.0.0-pyhd8ed1ab_0
  pyperclip          conda-forge/noarch::pyperclip-1.8.2-pyhd8ed1ab_2
  pysocks            conda-forge/linux-64::pysocks-1.7.1-py39hf3d152e_5
  python             conda-forge/linux-64::python-3.9.13-h9a8a25e_0_cpython
  python-dateutil    conda-forge/noarch::python-dateutil-2.8.2-pyhd8ed1ab_0
  python-gitlab      conda-forge/noarch::python-gitlab-3.6.0-pyhd8ed1ab_0
  python_abi         conda-forge/linux-64::python_abi-3.9-2_cp39
  readline           conda-forge/linux-64::readline-8.1.2-h0f457ee_0
  requests           conda-forge/noarch::requests-2.28.1-pyhd8ed1ab_0
  requests-ftp       conda-forge/noarch::requests-ftp-0.3.1-py_1
  requests-toolbelt  conda-forge/noarch::requests-toolbelt-0.9.1-py_0
  rsync              conda-forge/linux-64::rsync-3.2.3-hfa40b15_4
  secretstorage      conda-forge/linux-64::secretstorage-3.3.2-py39hf3d152e_1
  setuptools         conda-forge/linux-64::setuptools-63.2.0-py39hf3d152e_0
  simplejson         conda-forge/linux-64::simplejson-3.17.6-py39hb9d737c_1
  six                conda-forge/noarch::six-1.16.0-pyh6c4a22f_0
  sqlite             conda-forge/linux-64::sqlite-3.39.1-h4ff8645_0
  tk                 conda-forge/linux-64::tk-8.6.12-h27826a3_0
  tqdm               conda-forge/noarch::tqdm-4.64.0-pyhd8ed1ab_0
  tzdata             conda-forge/noarch::tzdata-2022a-h191b570_0
  urllib3            conda-forge/noarch::urllib3-1.26.10-pyhd8ed1ab_0
  wheel              conda-forge/noarch::wheel-0.37.1-pyhd8ed1ab_0
  whoosh             conda-forge/linux-64::whoosh-2.7.4-py39hf3d152e_6
  xorg-libxau        conda-forge/linux-64::xorg-libxau-1.0.9-h7f98852_0
  xorg-libxdmcp      conda-forge/linux-64::xorg-libxdmcp-1.1.3-h7f98852_0
  xxhash             conda-forge/linux-64::xxhash-0.8.0-h7f98852_3
  xz                 conda-forge/linux-64::xz-5.2.5-h516909a_1
  zipp               conda-forge/noarch::zipp-3.8.0-pyhd8ed1ab_0
  zlib               conda-forge/linux-64::zlib-1.2.12-h166bdaf_2
  zstd               conda-forge/linux-64::zstd-1.5.2-h8a70e8d_2


Proceed ([y]/n)? y


Downloading and Extracting Packages
libcbor-0.9.0        | 44 KB     | ##################################### | 100% 
mutagen-1.45.1       | 144 KB    | ##################################### | 100% 
libassuan-2.5.5      | 89 KB     | ##################################### | 100% 
requests-toolbelt-0. | 40 KB     | ##################################### | 100% 
datalad-0.17.2       | 1.8 MB    | ##################################### | 100% 
libssh2-1.10.0       | 233 KB    | ##################################### | 100% 
xorg-libxau-1.0.9    | 13 KB     | ##################################### | 100% 
readline-8.1.2       | 291 KB    | ##################################### | 100% 
zipp-3.8.0           | 12 KB     | ##################################### | 100% 
certifi-2022.6.15    | 155 KB    | ##################################### | 100% 
tqdm-4.64.0          | 81 KB     | ##################################### | 100% 
xorg-libxdmcp-1.1.3  | 19 KB     | ##################################### | 100% 
pthread-stubs-0.4    | 5 KB      | ##################################### | 100% 
exifread-3.0.0       | 36 KB     | ##################################### | 100% 
tzdata-2022a         | 121 KB    | ##################################### | 100% 
libffi-3.4.2         | 57 KB     | ##################################### | 100% 
zlib-1.2.12          | 91 KB     | ##################################### | 100% 
keyutils-1.6.1       | 115 KB    | ##################################### | 100% 
pillow-9.2.0         | 45.2 MB   | ##################################### | 100% 
chardet-5.0.0        | 232 KB    | ##################################### | 100% 
pcre2-10.37          | 1.1 MB    | ##################################### | 100% 
gnupg-2.3.3          | 3.1 MB    | ##################################### | 100% 
importlib-metadata-4 | 33 KB     | ##################################### | 100% 
npth-1.6             | 26 KB     | ##################################### | 100% 
git-annex-10.2022062 | 13.8 MB   | ##################################### | 100% 
libnghttp2-1.47.0    | 808 KB    | ##################################### | 100% 
psutil-5.9.1         | 348 KB    | ##################################### | 100% 
libedit-3.1.20191231 | 121 KB    | ##################################### | 100% 
idna-3.3             | 55 KB     | ##################################### | 100% 
openjpeg-2.4.0       | 444 KB    | ##################################### | 100% 
pcre-8.45            | 253 KB    | ##################################### | 100% 
libxcb-1.13          | 391 KB    | ##################################### | 100% 
zstd-1.5.2           | 448 KB    | ##################################### | 100% 
whoosh-2.7.4         | 708 KB    | ##################################### | 100% 
dbus-1.13.6          | 604 KB    | ##################################### | 100% 
ncurses-6.3          | 1002 KB   | ##################################### | 100% 
libstdcxx-ng-12.1.0  | 4.3 MB    | ##################################### | 100% 
pycparser-2.21       | 100 KB    | ##################################### | 100% 
annexremote-1.5.0    | 46 KB     | ##################################### | 100% 
libtiff-4.4.0        | 638 KB    | ##################################### | 100% 
libksba-1.3.5        | 133 KB    | ##################################### | 100% 
lsof-4.89            | 89 KB     | ##################################### | 100% 
popt-1.16            | 184 KB    | ##################################### | 100% 
lerc-3.0             | 216 KB    | ##################################### | 100% 
expat-2.4.8          | 187 KB    | ##################################### | 100% 
libfido2-1.11.0      | 283 KB    | ##################################### | 100% 
libiconv-1.16        | 1.4 MB    | ##################################### | 100% 
krb5-1.19.3          | 1.4 MB    | ##################################### | 100% 
gettext-0.19.8.1     | 3.6 MB    | ##################################### | 100% 
simplejson-3.17.6    | 104 KB    | ##################################### | 100% 
bzip2-1.0.8          | 484 KB    | ##################################### | 100% 
msgpack-python-1.0.4 | 88 KB     | ##################################### | 100% 
six-1.16.0           | 14 KB     | ##################################### | 100% 
openssl-1.1.1q       | 2.1 MB    | ##################################### | 100% 
curl-7.83.1          | 89 KB     | ##################################### | 100% 
ld_impl_linux-64-2.3 | 667 KB    | ##################################### | 100% 
tk-8.6.12            | 3.3 MB    | ##################################### | 100% 
c-ares-1.18.1        | 113 KB    | ##################################### | 100% 
setuptools-63.2.0    | 1.3 MB    | ##################################### | 100% 
pyperclip-1.8.2      | 14 KB     | ##################################### | 100% 
platformdirs-2.5.2   | 16 KB     | ##################################### | 100% 
libev-4.33           | 104 KB    | ##################################### | 100% 
requests-ftp-0.3.1   | 11 KB     | ##################################### | 100% 
libwebp-1.2.2        | 85 KB     | ##################################### | 100% 
humanize-4.2.3       | 52 KB     | ##################################### | 100% 
libgpg-error-1.45    | 286 KB    | ##################################### | 100% 
libudev1-249         | 109 KB    | ##################################### | 100% 
python-3.9.13        | 26.7 MB   | ##################################### | 100% 
jeepney-0.8.0        | 36 KB     | ##################################### | 100% 
libpng-1.6.37        | 331 KB    | ##################################### | 100% 
libgomp-12.1.0       | 459 KB    | ##################################### | 100% 
pip-22.1.2           | 1.5 MB    | ##################################### | 100% 
fasteners-0.17.3     | 20 KB     | ##################################### | 100% 
lcms2-2.12           | 443 KB    | ##################################### | 100% 
libwebp-base-1.2.2   | 824 KB    | ##################################### | 100% 
giflib-5.2.1         | 77 KB     | ##################################### | 100% 
rsync-3.2.3          | 312 KB    | ##################################### | 100% 
p7zip-16.02          | 2.2 MB    | ##################################### | 100% 
keyring-23.7.0       | 51 KB     | ##################################### | 100% 
urllib3-1.26.10      | 101 KB    | ##################################### | 100% 
git-2.37.1           | 13.7 MB   | ##################################### | 100% 
_libgcc_mutex-0.1    | 3 KB      | ##################################### | 100% 
distro-1.6.0         | 22 KB     | ##################################### | 100% 
python-dateutil-2.8. | 240 KB    | ##################################### | 100% 
cryptography-37.0.4  | 1.5 MB    | ##################################### | 100% 
secretstorage-3.3.2  | 24 KB     | ##################################### | 100% 
libcurl-7.83.1       | 342 KB    | ##################################### | 100% 
patool-1.12          | 76 KB     | ##################################### | 100% 
openssh-9.0p1        | 1.5 MB    | ##################################### | 100% 
libuuid-2.32.1       | 28 KB     | ##################################### | 100% 
sqlite-3.39.1        | 1.5 MB    | ##################################### | 100% 
python_abi-3.9       | 4 KB      | ##################################### | 100% 
lz4-c-1.9.3          | 179 KB    | ##################################### | 100% 
requests-2.28.1      | 53 KB     | ##################################### | 100% 
libglib-2.72.1       | 3.1 MB    | ##################################### | 100% 
ntbtls-0.1.2         | 57 KB     | ##################################### | 100% 
colorama-0.4.5       | 18 KB     | ##################################### | 100% 
gmp-6.2.1            | 806 KB    | ##################################### | 100% 
libgcrypt-1.10.1     | 703 KB    | ##################################### | 100% 
brotlipy-0.7.0       | 342 KB    | ##################################### | 100% 
ca-certificates-2022 | 149 KB    | ##################################### | 100% 
future-0.18.2        | 713 KB    | ##################################### | 100% 
_openmp_mutex-4.5    | 23 KB     | ##################################### | 100% 
python-gitlab-3.6.0  | 70 KB     | ##################################### | 100% 
wheel-0.37.1         | 31 KB     | ##################################### | 100% 
iso8601-1.0.2        | 13 KB     | ##################################### | 100% 
importlib_metadata-4 | 4 KB      | ##################################### | 100% 
freetype-2.10.4      | 890 KB    | ##################################### | 100% 
pysocks-1.7.1        | 28 KB     | ##################################### | 100% 
keyrings.alt-4.0.2   | 19 KB     | ##################################### | 100% 
libdeflate-1.12      | 78 KB     | ##################################### | 100% 
cffi-1.15.1          | 229 KB    | ##################################### | 100% 
pyopenssl-22.0.0     | 49 KB     | ##################################### | 100% 
libzlib-1.2.12       | 63 KB     | ##################################### | 100% 
perl-5.32.1          | 14.4 MB   | ##################################### | 100% 
boto-2.49.0          | 838 KB    | ##################################### | 100% 
libmagic-5.39        | 282 KB    | ##################################### | 100% 
jpeg-9e              | 269 KB    | ##################################### | 100% 
charset-normalizer-2 | 35 KB     | ##################################### | 100% 
libnsl-2.0.0         | 31 KB     | ##################################### | 100% 
xxhash-0.8.0         | 86 KB     | ##################################### | 100% 
libgcc-ng-12.1.0     | 940 KB    | ##################################### | 100% 
xz-5.2.5             | 343 KB    | ##################################### | 100% 
Preparing transaction: done
Verifying transaction: done
Executing transaction: done