mozilla / DeepSpeech

DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.
Mozilla Public License 2.0
25.43k stars 3.98k forks source link

Index.rst is either out of date or I cannot cut and paste any more #3786

Closed NeilWP closed 10 months ago

NeilWP commented 10 months ago

As a windows / C# type rather than a Python /MAC dev my expectation from reading index.rst and in particular the elements in the screen shot below, it was all simple cut and paste

ds2

Alas - the pip install feature fails with ERROR: Could not find a version that satisfies the requirement deepspeech==0.9.3 (from versions: none) ERROR: No matching distribution found for deepspeech==0.9.3 Dropping the forced versioning I get the same error

deepspeech

I proved that python and venv functioning correctly by pip installing pandas .

ds5

The curl examples fail.

ds3

dropping the errroneous parameter LO I get a download going. BUT it too fails

ds4
lissyx commented 10 months ago

Please avoid posting screenshot for CLI, it's impossible to work with.

Sadly, curl in PowerShell is not curl so please adapt parameters.

Your pip failing is just because this is either a version we did not publish wheel for, or the ABI is incompatible (we only supported official Python builds).

Plus, project is unmaintained for years.