ShortGPT icon indicating copy to clipboard operation
ShortGPT copied to clipboard

ERROR | Attributeerror : module 'whisper' has no attribute '__version__'

Open alexdo83 opened this issue 1 year ago • 7 comments

1

alexdo83 avatar Jul 21 '23 16:07 alexdo83

same issue

str8gamer96 avatar Jul 21 '23 19:07 str8gamer96

Have you guys installed pip install -r requirements.txt and followed all the installation steps for your operating system?

RayVentura avatar Jul 21 '23 20:07 RayVentura

Yes

On Fri, Jul 21, 2023 at 4:07 PM Rayventura @.***> wrote:

Have you guys installed pip install -r requirements.txt and followed all the installation steps for your operating system?

— Reply to this email directly, view it on GitHub https://github.com/RayVentura/ShortGPT/issues/32#issuecomment-1646186026, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYHD3SOWZ5NHIZSKW5GC3HTXRLORTANCNFSM6AAAAAA2TBVLOY . You are receiving this because you commented.Message ID: @.***>

str8gamer96 avatar Jul 21 '23 20:07 str8gamer96

It is probably an error with your whisper installation, try pip install git+https://github.com/linto-ai/whisper-timestamped and tell me if that fixes it.

RayVentura avatar Jul 21 '23 20:07 RayVentura

Yes both are installed getting this error

ERROR | Urlerror : [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1002)

On Jul 21, 2023, at 4:07 PM, Rayventura @.***> wrote:

Have you guys installed pip install -r requirements.txt and followed all the installation steps for your operating system?

— Reply to this email directly, view it on GitHub https://github.com/RayVentura/ShortGPT/issues/32#issuecomment-1646186026, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYHD3SOWZ5NHIZSKW5GC3HTXRLORTANCNFSM6AAAAAA2TBVLOY. You are receiving this because you commented.

str8gamer96 avatar Jul 21 '23 22:07 str8gamer96

I have fully installed PIP packages (pip install -r requirements.txt) but still getting the above error 1

alexdo83 avatar Jul 22 '23 00:07 alexdo83

Try to uninstall ffmpeg and install python-ffmpeg

RayVentura avatar Jul 22 '23 04:07 RayVentura