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
$ conda install -yq pytorch=1.14.0.dev20221018 pytorch-mutex=1.0=cpu numpy -c nvidia -c pytorch-nightly
[...]
UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment:
Specifications:
- pytorch=1.14.0.dev20221018 -> python[version='>=3.10,<3.11.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0']
Your python: python=3.7
If I interpret this right, it seems that the nightly requires Python>=3.8 although we are running on 3.7.
Since yesterday or more specifically since
pytorch=1.14.0.dev20221017
the CMake workflows are failing on Windows. For example: https://app.circleci.com/pipelines/github/pytorch/vision/21251/workflows/cb54fe99-650c-4084-9717-639ee6b20032/jobs/1724374The command that is failing is the installation of PyTorch core:
If I interpret this right, it seems that the nightly requires
Python>=3.8
although we are running on 3.7.The day before everything worked fine:
Given that this only happens on Windows and couldn't find any commit that introduces the 3.8 requirement in core, this seems like a bug to me.
cc @seemethere
The text was updated successfully, but these errors were encountered: