We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379d536 commit 4eb86daCopy full SHA for 4eb86da
.github/workflows/python-app.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Install dependencies from requirements.txt
38
run: |
39
- pip install -r requirements.txt
+ python -m pip install -r requirements.txt --upgrade
40
41
- name: Download Hubert & RMVPE
42
README.md
@@ -29,7 +29,7 @@ Please support the original RVC. This inference won't be possible to make withou
29
```bash
30
pip install torch torchvision torchaudio
31
32
-pip install -r requirements.txt
+python -m pip install -r requirements.txt
33
```
34
2. Install [ffmpeg](https://ffmpeg.org/)
35
requirements.txt
@@ -1,3 +1,4 @@
1
+pip==24.0
2
wheel
3
setuptools
4
ffmpeg
0 commit comments