Hello!When I perform the steps:bash environment.sh , a version error occurs. Do I need to use a specific version?
Downloading ffmpy-1.0.0-py3-none-any.whl.metadata (3.0 kB)
INFO: pip is looking at multiple versions of gradio to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install -r requirements.txt (line 4) and gradio_client==1.13.3 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested gradio_client==1.13.3
gradio 4.43.0 depends on gradio-client==1.3.0
Additionally, some packages in these conflicts have no matching distributions available for your environment:
gradio-client
To fix this you could try to:
- loosen the range of package versions you've specified
- 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
Hello!When I perform the steps:bash environment.sh , a version error occurs. Do I need to use a specific version?
Downloading ffmpy-1.0.0-py3-none-any.whl.metadata (3.0 kB)
INFO: pip is looking at multiple versions of gradio to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install -r requirements.txt (line 4) and gradio_client==1.13.3 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested gradio_client==1.13.3
gradio 4.43.0 depends on gradio-client==1.3.0
Additionally, some packages in these conflicts have no matching distributions available for your environment:
gradio-client
To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts