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
Just want to highlight you have conflicting dependencies in requirements.txt
If you run pip install -r requirements.txt you'd probably get
ERROR: Cannot install -r requirements.txt (line 10) and -r requirements.txt (line 11) because these package versions have conflicting dependencies.
The conflict is caused by:
botocore 1.34.139 depends on urllib3<1.27 and >=1.25.4; python_version < "3.10"
gradio 4.37.2 depends on urllib3~=2.0
The text was updated successfully, but these errors were encountered:
Hi!
Just want to highlight you have conflicting dependencies in
requirements.txt
If you run
pip install -r requirements.txt
you'd probably getThe text was updated successfully, but these errors were encountered: