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

very old ai-gradio-0.1.2 is installed when pip install ai-gradio[all] #16

Open
kun432 opened this issue Jan 29, 2025 · 0 comments
Open

Comments

@kun432
Copy link

kun432 commented Jan 29, 2025

with "all", very old version is installed....

pip install -U ai-gradio[all]
pip freeze | grep -i gradio
ai-gradio==0.1.2
gradio==5.13.2
gradio_client==1.6.0
gradio_webrtc==0.0.30

for example, use "openai" only, the latest version is installed.

pip install -U ai-gradio[openai]
pip freeze | grep -i gradio
ai-gradio==0.2.30
gradio==5.13.2
gradio_client==1.6.0
gradio_webrtc==0.0.30

I found one thing.

pip install -U "ai-gradio[all]==0.2.30"
ERROR: Cannot install ai-gradio[all]==0.2.30 because these package versions have conflicting dependencies.

The conflict is caused by:
    ai-gradio[all] 0.2.30 depends on anthropic>=1.0.0; extra == "all"
    ai-gradio[all] 0.2.30 depends on anthropic>=1.0.0; extra == "all"

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

There's no anthropic>=1.0.0, the latest version is 0.45.2, right?

https://pypi.org/project/anthropic/

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

No branches or pull requests

1 participant