KoljaB / RealtimeSTT

A robust, efficient, low-latency speech-to-text library with advanced voice activity detection, wake word activation and instant transcription.
MIT License
2.09k stars 190 forks source link

packages for realtimestt cannot be found. #94

Open 40476 opened 3 months ago

40476 commented 3 months ago
usr_40476@localhost:~/Downloads> pipx install *.whl
Note: Dependent package 'av' contains 1 apps
  - pyav
Note: Dependent package 'ctranslate2' contains 7 apps
  - ct2-fairseq-converter
  - ct2-marian-converter
  - ct2-openai-gpt2-converter
  - ct2-opennmt-py-converter
  - ct2-opennmt-tf-converter
  - ct2-opus-mt-converter
  - ct2-transformers-converter
Note: Dependent package 'numpy' contains 1 apps
  - f2py
Note: Dependent package 'huggingface-hub' contains 1 apps
  - huggingface-cli
Note: Dependent package 'charset-normalizer' contains 1 apps
  - normalizer
Note: Dependent package 'tqdm' contains 1 apps
  - tqdm
Note: Dependent package 'onnxruntime' contains 1 apps
  - onnxruntime_test
Note: Dependent package 'coloredlogs' contains 1 apps
  - coloredlogs
Note: Dependent package 'humanfriendly' contains 1 apps
  - humanfriendly
Note: Dependent package 'sympy' contains 1 apps
  - isympy
Note: Dependent package 'torch' contains 3 apps
  - convert-caffe2-to-onnx
  - convert-onnx-to-caffe2
  - torchrun

No apps associated with package RealtimeSTT. Try again with '--include-deps' to include apps of dependent packages, which are listed above. If you are attempting to install a library, pipx should not be used. Consider using pip or a similar tool instead.
usr_40476@localhost:~/Downloads> 
KoljaB commented 3 months ago

RealtimeSTT is a library (not an application) and pipx is not typically used for installing libraries. Please use pip instead of pipx for installation.

pip install RealtimeSTT