-
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
Missing files after uv pip install #5315
Comments
Where are those files supposed to be exactly? |
an example can be found under .venv/lib/python3.10/site-packages/kivymd/uix/button/button.kv. This file will exist under pip but never showed up with uv pip |
For reference, this is included in the |
So actually that is interesting, it doesn't have the .pot files or the .po files. But it seems to have the .ttf files and the .pngs. Maybe something about the pathing it generates from the "glob_paths" function it calls breaks with uv but not with pip |
Do you see any more consistency when you run |
Nope, the pip install using pep517 flag still gives the .kv files, unlike uv which is missing it |
Ok, I figured this out. Their E.g., here's one path in the cache: So it's truncating at the first I consider this a bug in the package itself, it's effectively not relocatable. I think they need to change |
I created an issue here: kivymd/KivyMD#1722 |
Command:
uv pip install kivymd==1.1.1
This package should have .kv files inside of it, but when i use uv pip install vs pip install they are missing.
There are no issues popped up during the install, even in verbose mode
The tar.gz is pulls from has these files, I checked manually, Im not exactly sure what is causing this, but I tried across two version 0.2.27 and 0.2.0, along with two different OSs with mac and debian 12 bookworm and got the same results with every combination.
The text was updated successfully, but these errors were encountered: