Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: No matching distribution found for simpler-whisper #3

Open
jpetrantoni opened this issue Nov 1, 2024 · 4 comments
Open

ERROR: No matching distribution found for simpler-whisper #3

jpetrantoni opened this issue Nov 1, 2024 · 4 comments

Comments

@jpetrantoni
Copy link

note-taker on ξ‚  main via 🐍 v3.10.1 (.venv)
❯ pip install -r requirements.txt
Collecting huggingface_hub (from -r requirements.txt (line 1))
  Downloading huggingface_hub-0.26.2-py3-none-any.whl.metadata (13 kB)
Collecting llama-cpp-python (from -r requirements.txt (line 2))
  Downloading llama_cpp_python-0.3.1.tar.gz (63.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.9/63.9 MB 78.2 MB/s eta 0:00:00
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Installing backend dependencies ... done
  Preparing metadata (pyproject.toml) ... done
Collecting numpy==1.26.4 (from -r requirements.txt (line 3))
  Using cached numpy-1.26.4-cp310-cp310-macosx_11_0_arm64.whl.metadata (61 kB)
Collecting platformdirs (from -r requirements.txt (line 4))
  Downloading platformdirs-4.3.6-py3-none-any.whl.metadata (11 kB)
Collecting pyinstaller==6.10.0 (from -r requirements.txt (line 5))
  Downloading pyinstaller-6.10.0-py3-none-macosx_10_13_universal2.whl.metadata (8.3 kB)
Collecting pyperclip (from -r requirements.txt (line 6))
  Downloading pyperclip-1.9.0.tar.gz (20 kB)
  Preparing metadata (setup.py) ... done
Collecting python-dotenv (from -r requirements.txt (line 7))
  Using cached python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB)
Collecting resampy (from -r requirements.txt (line 8))
  Downloading resampy-0.4.3-py3-none-any.whl.metadata (3.0 kB)
Collecting rich (from -r requirements.txt (line 9))
  Downloading rich-13.9.4-py3-none-any.whl.metadata (18 kB)
ERROR: Could not find a version that satisfies the requirement simpler-whisper (from versions: none)

[notice] A new release of pip is available: 24.2 -> 24.3.1
[notice] To update, run: pip install --upgrade pip
ERROR: No matching distribution found for simpler-whisper
@jpetrantoni
Copy link
Author

I thought this was due to using python 3.10 but 3.11 is failing too

@jpetrantoni jpetrantoni reopened this Nov 1, 2024
@lgonzalezsa
Copy link

same here

@royshil
Copy link
Contributor

royshil commented Nov 7, 2024

sorry about that! Still working out the PyPi submission.
However you can get simpler-whisper directly from https://github.com/locaal-ai/simpler-whisper/releases
and then e.g. pip install simpler_whisper-0.2.2+cpu-cp311-cp311-win_amd64.whl once you have the .whl file

@lgonzalezsa
Copy link

Thanks for pointing to the whl file. I install it in Rocky Linux 9.4 and after installing portaudio libraries able to make it run, however getting an issue when I tried the new live option. Need to close the terminal.
I did a try with ubuntu 22.04 container, able to install simpler-whisper having the correct GLIBC version in ubuntu locaal-ai/simpler-whisper#3, but then getting a failure when trying the new live option, did not capture the error, will try to reproduce later.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants