broad-daybreak-7542
02/28/2024, 1:34 PM"url": "<http://download.pytorch.org/whl/cpu/torch-2.2.1%2Bcpu-cp39-cp39-linux_x86_64.whl>"
It is expanded to '+' which is rejected.,
I'm on Pants 2.19 and https://github.com/pantsbuild/pants/issues/20474 suggests I could upgrade (Pants) to handle this?
In fact it seems I may need to upgrade Pex. If I've understood it correctly I need to declare this version in the pants.toml, along with a sha and length field? If so, where would I locate these from?
[pex-cli]
known_versions = [
'"v2.1.163|macos_arm64|??',
'<str>',
...,
]
curved-manchester-66006
02/28/2024, 4:03 PMbroad-daybreak-7542
02/28/2024, 8:29 PMpip download
? I'll give that a go.curved-manchester-66006
02/28/2024, 8:33 PM[pex-cli]
version = "v2.1.161"
known_versions = [
"v2.1.161|macos_arm64 |5bb08a677d309889b3357cd23a3a95945a4c3438cfb00ece5291dcfe89221fcc|3675619",
"v2.1.161|macos_x86_64|5bb08a677d309889b3357cd23a3a95945a4c3438cfb00ece5291dcfe89221fcc|3675619",
"v2.1.161|linux_x86_64|5bb08a677d309889b3357cd23a3a95945a4c3438cfb00ece5291dcfe89221fcc|3675619",
"v2.1.161|linux_arm64 |5bb08a677d309889b3357cd23a3a95945a4c3438cfb00ece5291dcfe89221fcc|3675619",
]
broad-daybreak-7542
02/28/2024, 8:42 PMbroad-daybreak-7542
02/28/2024, 8:43 PM