modelscope / FunClip

Open-source, accurate and easy-to-use video speech recognition & clipping tool, LLM based AI clipping intergrated.
MIT License
3.77k stars 411 forks source link

安装报错 #103

Open liuxb99 opened 3 months ago

liuxb99 commented 3 months ago

Collecting aliyun-python-sdk-core>=2.13.12 (from oss2->funasr>=1.1.2->-r ./requirements.txt (line 4)) Using cached aliyun-python-sdk-core-2.15.1.tar.gz (443 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [6 lines of output] Traceback (most recent call last): File "", line 2, in File "", line 34, in File "C:\Users\CYLiu99\AppData\Local\Temp\pip-install-l10oqeqh\aliyun-python-sdk-core_9e8cc767cc9847409b8447f4867a2ddd\setup.py", line 41, in VERSION = import(PACKAGE).version ModuleNotFoundError: No module named 'aliyunsdkcore' [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed

× Encountered error while generating package metadata. ╰─> See above for output.

note: This is an issue with the package mentioned above, not pip. hint: See above for details.

zhenglee1984 commented 1 month ago

Preparing metadata (pyproject.toml) ... error error: subprocess-exited-with-error

× Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [21 lines of output]

× Encountered error while generating package metadata. ╰─> See above for output.

note: This is an issue with the package mentioned above, not pip. hint: See above for details.

E:\face\FunClip\FunClip>

zhenglee1984 commented 1 month ago

ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11; 1.26.0 Requires-Python <3.13,>=3.9; 1.26.1 Requires-Python <3.13,>=3.9 ERROR: Could not find a version that satisfies the requirement torch>=1.13 (from versions: none) ERROR: No matching distribution found for torch>=1.13

tuhongwei2022 commented 3 hours ago

PS C:\Users\tuhon\FunClip> pip install -r ./requirements.txt Collecting librosa (from -r ./requirements.txt (line 1)) Using cached librosa-0.10.2.post1-py3-none-any.whl.metadata (8.6 kB) Collecting soundfile (from -r ./requirements.txt (line 2)) Using cached soundfile-0.12.1-py2.py3-none-win_amd64.whl.metadata (14 kB) Collecting scikit-learn>=1.3.2 (from -r ./requirements.txt (line 3)) Using cached scikit_learn-1.5.2-cp313-cp313-win_amd64.whl.metadata (13 kB) Collecting funasr>=1.1.2 (from -r ./requirements.txt (line 4)) Using cached funasr-1.1.14-py3-none-any.whl.metadata (32 kB) Collecting moviepy (from -r ./requirements.txt (line 5)) Using cached moviepy-2.1.1-py3-none-any.whl.metadata (6.9 kB) Collecting numpy==1.26.4 (from -r ./requirements.txt (line 6)) Using cached numpy-1.26.4.tar.gz (15.8 MB) Installing build dependencies ... done Getting requirements to build wheel ... done Installing backend dependencies ... done Preparing metadata (pyproject.toml) ... error error: subprocess-exited-with-error

× Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [21 lines of output]

× Encountered error while generating package metadata. ╰─> See above for output.

note: This is an issue with the package mentioned above, not pip. hint: See above for details.