-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
S: needs triageIssues/PRs that need to be triagedIssues/PRs that need to be triagedtype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior
Description
Description
I am trying to install pytorch using pip but have been running into problems. I have setup Python3.8. When I run the pip3 install torch command I get an error "WARNING: There was an error checking the latest version of pip".
When I try t upgrade pip using "python3 -m pip install --upgrade pip" I get the same error. One line before the error I see "Requirement already satisfied: pip in user/local/lib/python3.8/dist-packages/pip-22.3.1-py3.8.egg (22.3.1).
Not sure what else to do.
Expected behavior
Pytorch should install and pip should upgrade without any issues.
pip version
22.3.1
Python version
3.8
OS
Ubuntu 18.0.4 TLS
How to Reproduce
- Run any pip install command
Output
No response
Code of Conduct
- I agree to follow the PSF Code of Conduct.
Metadata
Metadata
Assignees
Labels
S: needs triageIssues/PRs that need to be triagedIssues/PRs that need to be triagedtype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior