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
When performing a pip install -r requirements.txt
on Ubuntu 22.04 with python 3.10, we receive this error
× Running setup.py install for pytorch did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/tmp/pip-install-5380e9mr/pytorch_738d7a5252c5452a8062cfd877cfb51c/setup.py", line 11, in <module>
raise Exception(message)
Exception: You tried to install "pytorch". The package named for PyTorch is "torch"
[end of output]
The text was updated successfully, but these errors were encountered:
When performing a
pip install -r requirements.txt
on Ubuntu 22.04 with python 3.10, we receive this error
The text was updated successfully, but these errors were encountered: