Skip to content

Git LFS quota issue when installing gt4sd #265

@RandomDefaultUser

Description

@RandomDefaultUser

While trying to install gt4sd I ran into the issue that pip install -r vcs_requirements fails with

  Cloning https://github.com/GT4SD/guacamol_baselines.git (to revision v0.0.4) to /tmp/pip-install-esd8y249/guacamol-baselines_06ba2731d9f04504aec0fa9036a14679
  Running command git clone --filter=blob:none --quiet https://github.com/GT4SD/guacamol_baselines.git /tmp/pip-install-esd8y249/guacamol-baselines_06ba2731d9f04504aec0fa9036a14679
  Running command git checkout -q bca18ea84a06adda64adbdd78d94dfa96ad34066
  Resolved https://github.com/GT4SD/guacamol_baselines.git to commit bca18ea84a06adda64adbdd78d94dfa96ad34066
  Preparing metadata (setup.py) ... done
Collecting molecule_generation@ git+https://github.com/GT4SD/molecule-generation@main (from -r vcs_requirements.txt (line 3))
  Cloning https://github.com/GT4SD/molecule-generation (to revision main) to /tmp/pip-install-esd8y249/molecule-generation_405608265903401dbf7f83c816e2ec83
  Running command git clone --filter=blob:none --quiet https://github.com/GT4SD/molecule-generation /tmp/pip-install-esd8y249/molecule-generation_405608265903401dbf7f83c816e2ec83
  Resolved https://github.com/GT4SD/molecule-generation to commit 120a829056a0c44622a76683cace87053999b103
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Installing backend dependencies ... done
  Preparing metadata (pyproject.toml) ... done
Collecting moses@ git+https://github.com/GT4SD/[email protected] (from -r vcs_requirements.txt (line 4))
  Cloning https://github.com/GT4SD/moses.git (to revision v0.2.0) to /tmp/pip-install-esd8y249/moses_8d6c9f74119443469310c9297df692ba
  Running command git clone --filter=blob:none --quiet https://github.com/GT4SD/moses.git /tmp/pip-install-esd8y249/moses_8d6c9f74119443469310c9297df692ba
  Downloading data/dataset_v1.csv (84 MB)
  Error downloading object: data/dataset_v1.csv (bb47a94): Smudge error: Error downloading data/dataset_v1.csv (bb47a94d347afd476d3828b5e26dceeabc42a2d8cf92a791d00349f22fea0d8b): batch response: This repository exceeded its LFS budget. The account responsible for the budget should increase it to restore access.

  Errors logged to '/tmp/pip-install-esd8y249/moses_8d6c9f74119443469310c9297df692ba/.git/lfs/logs/20250924T144805.530649784.log'.
  Use `git lfs logs last` to view the log.
  error: external filter 'git-lfs filter-process' failed
  fatal: data/dataset_v1.csv: smudge filter lfs failed
  warning: Clone succeeded, but checkout failed.
  You can inspect what was checked out with 'git status'
  and retry with 'git restore --source=HEAD :/'

  error: subprocess-exited-with-error

  × git clone --filter=blob:none --quiet https://github.com/GT4SD/moses.git /tmp/pip-install-esd8y249/moses_8d6c9f74119443469310c9297df692ba did not run successfully.
  │ exit code: 128
  ╰─> See above for output.

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet https://github.com/GT4SD/moses.git /tmp/pip-install-esd8y249/moses_8d6c9f74119443469310c9297df692ba did not run successfully.
│ exit code: 128
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

If I am parsing this correctly, then the git lfs quota for the fork of the guacamol_baselines has been exceeded for this month, and hence I cannot download the code. Since the guacamol_baselines is needed for gt4sd I cannot fully use the package.

Could you tell me when the quota resets? If memory serves, the quota resets monthly, not necessarily at the end of the month, but I may be wrong. If it resets next week I can wait and try again. Or is there an alternative source I could get these files from?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions