konsti
konsti
For me it comes down to a somewhat philosophical distinction: Do we consider `uv` a tool that gets installed, so it goes where all the installed tools go, or do...
Iirc the end-of-line format off comment applies to the statement preceding it, and the two prints are two separate statements, but micha will know better
I'm afraid that's not a solution; We can't just silently swallow all errors. What needs to be done is a check for the specific error from #139 as specifically as...
no, `except Exception` and just continuing isn't appropriate error handling. > A failure on one Wikidata item/project probably shouldn't crash the bot all together, when it could resume with the...
I tried doing a new run, but now i get different crash: ``` $ .venv/bin/python ./main.py [...] ## Q109616408: http://www.wikidata.org/entity/Q109616408 There are 23 stable releases Setting normal rank for 1.3.1...
They are iirc not part of PEP 621 and PEP 508, but they are supported in many places (`pip install https://...` makes sense)
We should add a `RequirementsTxtRequirement` which allows not having a name (or where name can be a url), i'd keep PEP 508 `Requirement` as-is.
Would you mind waiting until #587 is merged? Editables will profit from this, but doing it now would clash badly.
This has been fixed on fasttext's side by adding a pyproject.toml, `uv pip install "fasttext @ git+https://github.com/facebookresearch/fastText"` installs succesfully.
During installation or for an existing venv? install-wheel-rs can do during installation, but it's turned off by default for perf reason (sha256 is slow) and because pip also didn't validate...