jianchang512 / pyvideotrans

Translate the video from one language to another and add dubbing. 将视频从一种语言翻译为另一种语言,并支持api调用
https://pyvideotrans.com
GNU General Public License v3.0
10.21k stars 1.13k forks source link

pip安装依赖报错 #462

Closed owelinux closed 3 months ago

owelinux commented 3 months ago

出错信息

ERROR: Ignored the following versions that require a different python version: 0.36.0 Requires-Python >=3.6,<3.10; 0.37.0 Requires-Python >=3.7,<3.10; 0.52.0 Requires-Python >=3.6,<3.9; 0.52.0rc3 Requires-Python >=3.6,<3.9; 0.53.0 Requires-Python >=3.6,<3.10; 0.53.0rc1.post1 Requires-Python >=3.6,<3.10; 0.53.0rc2 Requires-Python >=3.6,<3.10; 0.53.0rc3 Requires-Python >=3.6,<3.10; 0.53.1 Requires-Python >=3.6,<3.10; 0.54.0 Requires-Python >=3.7,<3.10; 0.54.0rc2 Requires-Python >=3.7,<3.10; 0.54.0rc3 Requires-Python >=3.7,<3.10; 0.54.1 Requires-Python >=3.7,<3.10; 1.6.2 Requires-Python >=3.7,<3.10; 1.6.3 Requires-Python >=3.7,<3.10; 1.7.0 Requires-Python >=3.7,<3.10; 1.7.1 Requires-Python >=3.7,<3.10 ERROR: Could not find a version that satisfies the requirement tbb==2021.11.0 (from versions: none) ERROR: No matching distribution found for tbb==2021.11.0

复现步骤 pip3 install -r requirements.txt --no-deps

操作系统 MacOS

软件左上角版本号数字 python 3.10.12

jianchang512 commented 3 months ago

打开 requirements.txt 删除tbb后的==和数字

owelinux commented 3 months ago

image 还是一样

owelinux commented 3 months ago

顺便说下,我是mac m2

jianchang512 commented 3 months ago

从 requirements.txt 里删掉 tbb这行

owelinux commented 3 months ago

可以了,谢谢