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
Noticed in tests for #956, when OS=macosx-latest & torch==1.9.1, pip fails find the necessary dependencies (specifically, torch==1.9.1). It is particularly weird because manually searching pypi.org shows that this build does indeed exist. Specifically, I believe that torch-1.9.1-cp38-none-macosx_10_9_x86_64.whl should get installed.
Even more weird, 1.9.0 is suggested as an installation candidate, despite not listing any extra builds.
Not sure if there is some temporary bug with Pypi (in which case, this might resolve itself). Or if this build has been yanked somehow (they don't appear to be!) Alternatively, we could remove this from the test list for Mac OSX, or move back to torch==1.9.0.
nickfraser
changed the title
Mac OSX Tests for python=3.8 & torch==1.9.1 fail when installing dependencies
Mac OSX Tests for torch==1.9.1 fail when installing dependencies
May 23, 2024
Noticed in tests for #956, when OS=
macosx-latest
&torch==1.9.1
,pip
fails find the necessary dependencies (specifically,torch==1.9.1
). It is particularly weird because manually searching pypi.org shows that this build does indeed exist. Specifically, I believe thattorch-1.9.1-cp38-none-macosx_10_9_x86_64.whl
should get installed.Even more weird,
1.9.0
is suggested as an installation candidate, despite not listing any extra builds.Not sure if there is some temporary bug with Pypi (in which case, this might resolve itself). Or if this build has been yanked somehow (they don't appear to be!) Alternatively, we could remove this from the test list for Mac OSX, or move back to
torch==1.9.0
.Example test output:
The text was updated successfully, but these errors were encountered: