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
I'm getting the following error message while installing syft
"Could not find a version that satisfies the requirement torch<=1.8.1,>=1.4.0 (from syft)"
How to Reproduce
running pip install syft==0.5.0
Expected Behavior
A clear and concise description of what you expected to happen.
Screenshots
(base) PS C:\Windows\System32\courses> pip install syft==0.5.0
Collecting syft==0.5.0
Obtaining dependency information for syft==0.5.0 from https://files.pythonhosted.org/packages/a2/4a/75908e7543f2427a0b031939456d39e749eba00d5080fe854468dbf3065d/syft-0.5.0-py2.py3-none-any.whl.metadata
Downloading syft-0.5.0-py2.py3-none-any.whl.metadata (20 kB)
INFO: pip is looking at multiple versions of syft to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement torch<=1.8.1,>=1.4.0 (from syft) (from versions: 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1)
ERROR: No matching distribution found for torch<=1.8.1,>=1.4.0
System Information
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Description
I'm getting the following error message while installing syft
"Could not find a version that satisfies the requirement torch<=1.8.1,>=1.4.0 (from syft)"
How to Reproduce
running pip install syft==0.5.0
Expected Behavior
A clear and concise description of what you expected to happen.
Screenshots
(base) PS C:\Windows\System32\courses> pip install syft==0.5.0
Collecting syft==0.5.0
Obtaining dependency information for syft==0.5.0 from https://files.pythonhosted.org/packages/a2/4a/75908e7543f2427a0b031939456d39e749eba00d5080fe854468dbf3065d/syft-0.5.0-py2.py3-none-any.whl.metadata
Downloading syft-0.5.0-py2.py3-none-any.whl.metadata (20 kB)
INFO: pip is looking at multiple versions of syft to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement torch<=1.8.1,>=1.4.0 (from syft) (from versions: 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1)
ERROR: No matching distribution found for torch<=1.8.1,>=1.4.0
System Information
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: