-
Notifications
You must be signed in to change notification settings - Fork 996
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
uv publish
raise error Caused by: error decoding response body
#10186
Comments
I'm also getting the same error when trying to install a package through an AWS code-artifact. |
Thank you. @andrew000 -- do you know if you intend to be using trusted publishing? (@Frazzer951 -- I assume you mean publishing? Or are you seeing a different issue?) |
It looks like this might be due to a change in |
@charliermarsh Mine occurs when doing a > uv pip install -e ".[dev]" --index-url https://<<AWS CodeArtifact Url>>
Using Python 3.11.9 environment at: /Users/luke/.pyenv/versions/3.11.9/envs/analytics
× Failed to build `pipeline @ file:///Users/luke/Sonarverse/analytics`
├─▶ Failed to resolve requirements from `build-system.requires`
├─▶ No solution found when resolving: `setuptools`
├─▶ Failed to fetch: `https://<<AWS CodeArtifact Url>>/setuptools/`
├─▶ error decoding response body
╰─▶ there are extra bytes after body has been decompressed |
Got it, thanks. I'll go ahead and revert! |
Using
astral-sh/setup-uv@v5
and UV_VERSIONlatest
or0.5.12
causes error when publishing package: https://github.com/andrew000/FTL-Extract/actions/runs/12509313775/job/34898612613#step:8:12Using UV_VERSION
0.5.11
works good:https://github.com/andrew000/FTL-Extract/actions/runs/12509365391/job/34898720613
The text was updated successfully, but these errors were encountered: