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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pytorch Home Page does not specify which version of python it requires #95628

Closed
fredm73 opened this issue Feb 27, 2023 · 4 comments
Closed

Pytorch Home Page does not specify which version of python it requires #95628

fredm73 opened this issue Feb 27, 2023 · 4 comments
Assignees
Labels
module: docs Related to our documentation, both in docs/ and docblocks triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Milestone

Comments

@fredm73
Copy link

fredm73 commented Feb 27, 2023

馃悰 Describe the bug

When using the pip command to install pytorch suggested by the page https://pytorch.org/ , which is
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116
pip returns 'no matching distribution found". I guess this is because I have installed python 3.11. If I go back to python 3.10, pytorch installs correctly. I suggest that the pytorch home page clearly state that pytorch is not supported under windows/pip for python 3.11. If this is not possible, how can I know when pytorch will be supported for windows under python 3.11?
I am running Windows version 10.

image

Versions

C:\Users\fredm>wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py
'wget' is not recognized as an internal or external command,
operable program or batch file.

So, that command does not work under Windows. How about one that does?

cc @svekars @carljparker

@malfet malfet added module: docs Related to our documentation, both in docs/ and docblocks triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module labels Feb 28, 2023
@malfet malfet added this to the 2.0.0 milestone Feb 28, 2023
@malfet
Copy link
Contributor

malfet commented Feb 28, 2023

@atalman , @seemethere we've talked about it earlier today

@atalman
Copy link
Contributor

atalman commented Feb 28, 2023

@malfet @seemethere One place to include python information could be in the installation instructions at the bottom. Something like "Supported Python version: >=3.8, <=3.10"
Screenshot 2023-02-28 at 4 14 42 PM

@malfet malfet modified the milestones: 2.0.0, 2.2.0 Dec 12, 2023
@malfet
Copy link
Contributor

malfet commented Dec 12, 2023

Moving to 2.2.0 and we plan to address it real soon

@atalman atalman closed this as completed Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: docs Related to our documentation, both in docs/ and docblocks triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

No branches or pull requests

4 participants