Index.rst is either out of date or I cannot cut and paste any more
NeilWP opened this issue · comments
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

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

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

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

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.
