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

Dependencies need to be fixed #317

Closed
Kozmosa opened this issue Oct 4, 2024 · 2 comments
Closed

Dependencies need to be fixed #317

Kozmosa opened this issue Oct 4, 2024 · 2 comments
Assignees

Comments

@Kozmosa
Copy link

Kozmosa commented Oct 4, 2024

OS: Ubuntu 24.04 noble(on the Windows Subsystem for Linux)

When executing the install.sh, which actually performed a pip install -r reguirements.txt command, it turned out an error with pip.

gradio 4.43.0 requires fastapi<0.113.0, but you have fastapi 0.114.1 which is incompatible.
vllm 0.6.2 requires transformers>=4.45.0, but you have transformers 4.42.3 which is incompatible

which indicated that there are corrupted dependencies.

Given that circumstance, l tried just install latest versions of gradio, vllm, fastapi, transformers, and it worked by now

Hopefully, corrupted dependencies could be fixed.

@Kozmosa Kozmosa added the bug Something isn't working label Oct 4, 2024
@jhj0517 jhj0517 added installation and removed bug Something isn't working labels Oct 4, 2024
@jhj0517
Copy link
Owner

jhj0517 commented Oct 4, 2024

Hi, I don't know about version dependencies of vllm,
But I just used pypi indexing for gradio and transformers in #318.

Would it help?

@jhj0517
Copy link
Owner

jhj0517 commented Oct 9, 2024

I'm closing this assuming this is no longer reproducible.

Feel free to reopen it if anyone has the same problem.

@jhj0517 jhj0517 closed this as completed Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants