mli / autocut

用文本编辑器剪视频
Apache License 2.0
6.72k stars 676 forks source link

AttributeError: module 'whisper' has no attribute 'load_audio' #44

Closed yyf17 closed 2 years ago

yyf17 commented 2 years ago

工具很不错,谢谢分享。 我在运行命令时报错

 autocut -t 0046_video.mp4 

image 请教,怎么修复?

os: debian python: 3.10 autocut install by the following cmd:

python steup.py install
chenqianhe commented 2 years ago

工具很不错,谢谢分享。 我在运行命令时报错

 autocut -t 0046_video.mp4 

image 请教,怎么修复?

os: debian python: 3.10 autocut install by the following cmd:

python steup.py install

image

进这个文件看看?

Muttermal commented 2 years ago

hello,我也遇到了同样的问题,我的信息如下: os: macOS python: 3.10 autocut install by the following cmd: python steup.py install

请问有解决办法吗?

yihong0618 commented 2 years ago

@Muttermal

试试 pip install . 可以么?

Muttermal commented 2 years ago

感谢回复,我试了pip install,问题解决了。

yihong0618 commented 2 years ago

感谢回复,我试了pip install,问题解决了。

这块文档应该可以改下,我明天提个 PR