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

requirements have conflicting dependencies #26

Open
LZHi24 opened this issue Oct 23, 2024 · 1 comment
Open

requirements have conflicting dependencies #26

LZHi24 opened this issue Oct 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@LZHi24
Copy link

LZHi24 commented Oct 23, 2024

Python version: 3.10.15

INFO: pip is looking at multiple versions of torch to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install -r .\requirements.txt (line 25), -r .\requirements.txt (line 34) and typing-extensions==4.7.1 because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested typing-extensions==4.7.1
qudida 0.0.4 depends on typing-extensions
torch 2.2.0 depends on typing-extensions>=4.8.0

@randhana randhana added the enhancement New feature or request label Nov 7, 2024
@randhana
Copy link
Owner

randhana commented Nov 7, 2024

Python version: 3.10.15

INFO: pip is looking at multiple versions of torch to determine which version is compatible with other requirements. This could take a while. ERROR: Cannot install -r .\requirements.txt (line 25), -r .\requirements.txt (line 34) and typing-extensions==4.7.1 because these package versions have conflicting dependencies.

The conflict is caused by: The user requested typing-extensions==4.7.1 qudida 0.0.4 depends on typing-extensions torch 2.2.0 depends on typing-extensions>=4.8.0

Thank you for bringing this issue to attention.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants