-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Smudge errors when installing a package from git #2000
Comments
Would it be possible to get a reproducer for this? |
@tdejager Sure. I just got one working. I made a repo that includes another repo in its pypi dependencies: https://github.com/lminer/pixilfsbug. The other repo is at https://github.com/lminer/lfsbug. If you clone pixilfsbug and then run |
Great thank you! Will investigate this next week :) |
Looks like UV is responsible for this issue and it is known: astral-sh/uv#3312 |
Thanks, let's track and update accordingly. |
Hi, I'm having the same issue. Is there any update on this? |
@xela-95 Not anymore, uv also doesn't seem to have fixed it yet |
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
NA
Issue description
I'm trying to add a private package that I install directly from github. The install is failing with a git-lfs error. I have no such problems when I try to install either via pip, or when I try to clone the repository. My pyproject.toml has a line something like this:
The error is this:
Expected behavior
I expect it to successfully install as it does with pip and with conda/mamba.
The text was updated successfully, but these errors were encountered: