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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find a version that satisfies the requirement torch<=1.8.1,>=1.4.0 (from syft) #230

Open
Hazem-Galal opened this issue Mar 16, 2024 · 0 comments
Labels
Type: Bug 🐛 Some functionality not working in the codebase as intended

Comments

@Hazem-Galal
Copy link

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.

@Hazem-Galal Hazem-Galal added the Type: Bug 🐛 Some functionality not working in the codebase as intended label Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐛 Some functionality not working in the codebase as intended
Projects
None yet
Development

No branches or pull requests

1 participant