-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Issue installing HTML-escaped local version #1338
Comments
Thanks, I'll take a look! |
i'm running devpi and don't have fragments at all which results in
(not truncated, there is nothing after |
Thanks! That should be an easy fix. |
happy to give it a go if you have some pointers? |
@davidszotten - I haven't tried it yet, but I'd start in |
@davidszotten - I moved that out to a separate issue: #1441 |
## Summary If a distribution contains a `+`, it'll be HTML-escaped; so when we try to identify the `#`, we'll split in the wrong location. Closes #1338.
Hey!
uv
looks great; nice work. Not sure if this issue is on my end or yours:I'm assuming this is because we're serving local versions with a
+
delimiter, which is then URL-escaped. The HTML looks something like:I haven't seen this as an issue with
pip
; it seems like something our repository should fix, but thought I'd mention in case the parsing should handle these escaped values.The text was updated successfully, but these errors were encountered: