Closed sri13 closed 2 years ago
Collecting torch>=1.5.0 Using cached torch-1.11.0-cp38-cp38-manylinux1_x86_64.whl (750.6 MB)
Attempting uninstall: torch Found existing installation: torch 1.10.2 Uninstalling torch-1.10.2: Successfully uninstalled torch-1.10.2 Successfully installed torch-1.11.0
This seems to be related to https://github.com/pypa/pip/issues/304. Could you try if this works?
pip install --upgrade --upgrade-strategy=only-if-needed torchpack
Thanks. It fixed the issue.
Collecting torch>=1.5.0 Using cached torch-1.11.0-cp38-cp38-manylinux1_x86_64.whl (750.6 MB)
Attempting uninstall: torch Found existing installation: torch 1.10.2 Uninstalling torch-1.10.2: Successfully uninstalled torch-1.10.2 Successfully installed torch-1.11.0