Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide Python 3.11 conda binaries #7426

Open
pmeier opened this issue Mar 16, 2023 · 3 comments
Open

Provide Python 3.11 conda binaries #7426

pmeier opened this issue Mar 16, 2023 · 3 comments

Comments

@pmeier
Copy link
Contributor

pmeier commented Mar 16, 2023

We just released torch==2.0.0, torchvision==0.15.1 without support for Python 3.11 for the conda binaries. However, following ContinuumIO/anaconda-issues#13082 (comment) all our dependencies should be available as 3.11 starting a few hours ago.

Thus, we should also provide 3.11 conda binaries. Unless there is some blocker that I'm missing they can hit the -c pytorch-nightly channel fairly soon. Maybe we can even provide some post-mortem for the latest release @malfet?

@pmeier
Copy link
Contributor Author

pmeier commented Mar 16, 2023

conda create -n tv311 --dry-run python=3.11 numpy scipy requests Pillow

succeeds, so I think everything is covered from our side.

@malfet
Copy link
Contributor

malfet commented Mar 16, 2023

@pmeier I've already built all the dependencies, so conda python-3.11 wheels has been available for a while, see https://anaconda.org/pytorch-nightly/torchvision

@pmeier
Copy link
Contributor Author

pmeier commented Mar 17, 2023

So we only need to remove this block to get "regular" builds, i.e. pulling all dependencies from -c defaults, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants