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
skip python 3.13t since conda doesn't support it yet (#2757)
Summary:
Pull Request resolved: #2757
# context
* there are failures in torchrec binary validation {F1975312017}
* because conda can't support python 3.13t
```
$ conda create -n test python=3.13t
Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- python=3.13t
Current channels:
- https://repo.anaconda.com/pkgs/main/linux-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/linux-64
- https://repo.anaconda.com/pkgs/r/noarch
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
```
Reviewed By: sarckk
Differential Revision: D69962038
fbshipit-source-id: 6cdb73f19e3fbfff8abbd80e4587f482a3e06d0d
0 commit comments