Vaibhavs10 / insanely-fast-whisper

Apache License 2.0
7.5k stars 529 forks source link

pipx install fails on Mac OS Sonoma #172

Open boxabirds opened 8 months ago

boxabirds commented 8 months ago

Has anyone else had any luck installing insanely-fast-whisper on Mac Silicon Sonoma?

  1. I've tried installing rust as that seemed to help some people
  2. I tried manually installing optimum but it still failed.
pipx install insanely-fast-whisper
Fatal error from pip prevented installation. Full pip output in file:
    /Users/julian/Library/Logs/pipx/cmd_2024-01-25_16.19.20_pip_errors.log

pip seemed to fail to build package:
    optimum

Some possibly relevant errors from pip install:
    error: subprocess-exited-with-error
    FileNotFoundError: [Errno 2] No such file or directory: 'optimum/version.py'
    AssertionError: Error: Could not open 'optimum/version.py' due [Errno 2] No such file or directory: 'optimum/version.py'

Error installing insanely-fast-whisper.
grantbarrett commented 8 months ago

Same!

MilanaShhanukova commented 8 months ago

It's the duplicate of #75

Mention the python version you want to install. pipx install insanely-fast-whisper --python python3.10

Also I ran into the issue not mentioned above. The path was not updated, so you should update the path and reopen the terminal. pipx ensurepath

Vaibhavs10 commented 8 months ago

Thanks @MilanaShhanukova - I'm in the process of making another update which should resolve this completely. Should be able to make release later today.