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

ResolutionTooDeep #158

Open
Apple-jun opened this issue Dec 3, 2024 · 0 comments
Open

ResolutionTooDeep #158

Apple-jun opened this issue Dec 3, 2024 · 0 comments

Comments

@Apple-jun
Copy link

When I run pip install stable-audio-tools, I repeatedly encounter the following issue:
Collecting gradio>=3.42.0 (from stable-audio-tools)
Downloading https://mirrors.bfsu.edu.cn/pypi/web/packages/83/db/578e4b4f79dc1ef0d81a7c54fdede4a0b57a0b4feec4b003f4ef86a99629/gradio-4.28.3-py3-none-any.whl (12.2 MB)
Collecting gradio-client==0.16.0 (from gradio>=3.42.0->stable-audio-tools)
Downloading https://mirrors.bfsu.edu.cn/pypi/web/packages/9e/f9/8b979f230b15455dbec422756e7e8975c6675276ddc9aaa3c2c730d867d3/gradio_client-0.16.0-py3-none-any.whl (314 kB)
ERROR: Exception:
Traceback (most recent call last):
File "/root/miniconda3/envs/stable2/lib/python3.8/site-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper
status = _inner_run()
File "/root/miniconda3/envs/stable2/lib/python3.8/site-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run
return self.run(options, args)
File "/root/miniconda3/envs/stable2/lib/python3.8/site-packages/pip/_internal/cli/req_command.py", line 67, in wrapper
return func(self, options, args)
File "/root/miniconda3/envs/stable2/lib/python3.8/site-packages/pip/_internal/commands/install.py", line 379, in run
requirement_set = resolver.resolve(
File "/root/miniconda3/envs/stable2/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve
result = self._result = resolver.resolve(
File "/root/miniconda3/envs/stable2/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve
state = resolution.resolve(requirements, max_rounds=max_rounds)
File "/root/miniconda3/envs/stable2/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 457, in resolve
raise ResolutionTooDeep(max_rounds)
pip._vendor.resolvelib.resolvers.ResolutionTooDeep: 200000
Any help would be appreciated.

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