Skip to content

error dowloading while pip install -e . #40

@hemna

Description

@hemna

Describe the bug

I'm trying to install via pip install -e . as per README.rst

╭─I530566 HFF2W62GTV in …/mobile-forge on  python3.12 [!]  󰏗 v2023.0.0 v3.11.3  
└─> pip install -e .
Obtaining file:///Users/I530566/devel/mine/hamradio/flet/mobile-forge
  Installing build dependencies ... done
  Checking if build backend supports build_editable ... done
  Getting requirements to build editable ... done
  Preparing editable metadata (pyproject.toml) ... done
Collecting crossenv@ git+https://github.com/benfogle/crossenv@c801a526403a06f653939a0c45534d7703f9066f (from mobile-forge==2023.0.0)
  Cloning https://github.com/benfogle/crossenv (to revision c801a526403a06f653939a0c45534d7703f9066f) to /private/var/folders/ly/nghswfcj397gj52vdsczbg580000gn/T/pip-install-9pru9eij/crossenv_46782c290be048bdbd010f1a9ae9244d
  Running command git clone --filter=blob:none --quiet https://github.com/benfogle/crossenv /private/var/folders/ly/nghswfcj397gj52vdsczbg580000gn/T/pip-install-9pru9eij/crossenv_46782c290be048bdbd010f1a9ae9244d
  warning: templates not found in /Users/i530566/.git-template
  Running command git rev-parse -q --verify 'sha^c801a526403a06f653939a0c45534d7703f9066f'
  Running command git fetch -q https://github.com/benfogle/crossenv c801a526403a06f653939a0c45534d7703f9066f
  Running command git checkout -q c801a526403a06f653939a0c45534d7703f9066f
  Downloading tests/prebuilt/prebuilt_musl_arm_aarch64.tar.xz (117 MB)
  Error downloading object: tests/prebuilt/prebuilt_musl_arm_aarch64.tar.xz (e4944bd): Smudge error: Error downloading tests/prebuilt/prebuilt_musl_arm_aarch64.tar.xz (e4944bda9a15aa2a5d15bf1674bc46e9c4a68d1fb7c73931f62c737a634256c1): batch response: This repository exceeded its LFS budget. The account responsible for the budget should increase it to restore access.

  Errors logged to '/private/var/folders/ly/nghswfcj397gj52vdsczbg580000gn/T/pip-install-9pru9eij/crossenv_46782c290be048bdbd010f1a9ae9244d/.git/lfs/logs/20250818T095338.889043.log'.
  Use `git lfs logs last` to view the log.
  error: external filter 'git-lfs filter-process' failed
  fatal: tests/prebuilt/prebuilt_musl_arm_aarch64.tar.xz: smudge filter lfs failed
  error: subprocess-exited-with-error

  × git checkout -q c801a526403a06f653939a0c45534d7703f9066f 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 checkout -q c801a526403a06f653939a0c45534d7703f9066f 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.

Steps to reproduce

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

pip install works?

Screenshots

No response

Environment

  • Operating System:
  • Python version:
  • Software versions:
    • Briefcase:
    • Toga:
    • ...

Logs


Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions