Vaibhavs10 / insanely-fast-whisper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pipx install fails on Mac OS Sonoma

boxabirds opened this issue · comments

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.

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

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