You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, grepping this log file for torchvision-0.20.1-cp312-cp312-macosx_11_0_arm64.whl doesn't show it being seen as a link at all. But other things from inside cpu/torchvision are, e.g.:
unearth.evaluator: Skipping link <Link https://download.pytorch.org/whl/cpu/torchvision-0.20.1-cp312-cp312-linux_aarch64.whl (from https://download.pytorch.org/whl/cpu/torchvision/)>: The wheel file torchvision-0.20.1-cp312-cp312-linux_aarch64.whl is not compatible with the target environment (==3.12.6, macos_15_0_arm64, cpython).
It seems this log is installation log(which you didn't clarify), and the package had already been locked in lockfile.
In this case the lockfile is the golden source of packages, and indexes won't be queried again.
Make sure you generate correct lock for the current environment.
I'm not quite sure what to make of this. I'm on a mac, with pdm 2.19.3; I've got a dependency on e.g.
torchvision==0.20.1
. In my pyproject, I've got:Inside pytorch-cpu above, in https://download.pytorch.org/whl/cpu/torchvision/ there is a torchvision-0.20.1-cp312-cp312-macosx_11_0_arm64.whl
However, grepping this log file for
torchvision-0.20.1-cp312-cp312-macosx_11_0_arm64.whl
doesn't show it being seen as a link at all. But other things from insidecpu/torchvision
are, e.g.:broken.log
The text was updated successfully, but these errors were encountered: