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

安装失败 #25

Open
FlyOnStorm opened this issue Jan 28, 2025 · 1 comment
Open

安装失败 #25

FlyOnStorm opened this issue Jan 28, 2025 · 1 comment

Comments

@FlyOnStorm
Copy link

root@vm:/mnt/hgfs/D/private/bailing/bailing# pip install -r requirements.txt
Collecting chattts==0.1.1 (from -r requirements.txt (line 1))
Using cached chattts-0.1.1.tar.gz (114 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting edge_tts==6.1.12 (from -r requirements.txt (line 2))
Using cached edge_tts-6.1.12-py3-none-any.whl.metadata (4.0 kB)
Requirement already satisfied: Flask==3.0.3 in /usr/local/lib/python3.11/site-packages (from -r requirements.txt (line 3)) (3.0.3)
Collecting Flask_SocketIO==5.3.7 (from -r requirements.txt (line 4))
Using cached Flask_SocketIO-5.3.7-py3-none-any.whl.metadata (2.6 kB)
Collecting funasr==1.1.6 (from -r requirements.txt (line 5))
Using cached funasr-1.1.6-py3-none-any.whl.metadata (30 kB)
Collecting gTTS==2.5.3 (from -r requirements.txt (line 6))
Using cached gTTS-2.5.3-py3-none-any.whl.metadata (4.1 kB)
Collecting numpy==1.26.4 (from -r requirements.txt (line 7))
Using cached numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)
Collecting openai==1.45.0 (from -r requirements.txt (line 8))
Using cached openai-1.45.0-py3-none-any.whl.metadata (22 kB)
Collecting PyAudio==0.2.14 (from -r requirements.txt (line 9))
Using cached PyAudio-0.2.14.tar.gz (47 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting pydub==0.25.1 (from -r requirements.txt (line 10))
Using cached pydub-0.25.1-py2.py3-none-any.whl.metadata (1.4 kB)
Requirement already satisfied: PyYAML==6.0.2 in /usr/local/lib/python3.11/site-packages (from -r requirements.txt (line 11)) (6.0.2)
Collecting silero_vad==5.1 (from -r requirements.txt (line 12))
Using cached silero_vad-5.1-py3-none-any.whl.metadata (6.8 kB)
Requirement already satisfied: torch==2.4.1 in /usr/local/lib/python3.11/site-packages (from -r requirements.txt (line 13)) (2.4.1)
Collecting torchaudio==2.4.1 (from -r requirements.txt (line 14))
Using cached torchaudio-2.4.1-cp311-cp311-manylinux1_x86_64.whl.metadata (6.4 kB)
Requirement already satisfied: requests~=2.32.3 in /usr/local/lib/python3.11/site-packages (from -r requirements.txt (line 16)) (2.32.3)
Collecting schedule==1.2.2 (from -r requirements.txt (line 17))
Using cached schedule-1.2.2-py3-none-any.whl.metadata (3.8 kB)
ERROR: Cannot install requests==2.32.2 and requests~=2.32.3 because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested requests~=2.32.3
The user requested requests==2.32.2

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

[notice] A new release of pip is available: 24.3.1 -> 25.0
[notice] To update, run: pip install --upgrade pip
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
root@vm:/mnt/hgfs/D/private/bailing/bailing#

@ThrallOtaku
Copy link

把requirements.txt 中过的requests~=2.32.3去掉

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

2 participants