mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
![]() Currently, with ```toml [project] name = "transformers" version = "4.39.0.dev0" requires-python = ">=3.10" dependencies = [ "torch==1.10.0" ] ``` i get ``` $ uv sync --preview Resolved 3 packages in 7ms error: found distribution torch==1.10.0 @ registry+https://pypi.org/simple with neither wheels nor source distribution ``` This error message is wrong, there are wheels, they are just not compatible. I initially got this error message during `uv lock` (in a build), so i also added that this is about installation, not about locking. We should reject this version immediately because with the current requires python, it can never be installed, but even then we need to change the error message because you can be on the correct python version, but an unsupported platform. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |