Another pip installation question, not finding solution that works

When installing via pip, I get:

Could not find a version that satisfies the requirement deepspeech (from versions: )
No matching distribution found for deepspeech

Running updated pip, updated python (3.6.5), running in an Anaconda environment. --verbose states for all " it is not compatible with this Python" (full output below)

Do I need to use an older version of Python?

Apologies, I’m sure this has been answered somewhere, but everything I’ve seen in the other posts I found, I’ve done, and I still get the “not compatible” message.

Pip has been working like a trooper on all my other installs, only having this issue with DeepSpeech.

Thanks for your guidance.

–verbose output: NOTE: forum allows only “5 links per post” for a new user, and EVERY line of the verbose output contains a link to pypi.python.org, so I have removed the long list of duplicates of it iterating through every version of DeepSpeech and saying it is not compatible with this python… replaces the first instance of the link…

(base) C:\Users\UserX>pip install --verbose deepspeech
Config variable ‘Py_DEBUG’ is unset, Python ABI tag may be incorrect
Config variable ‘WITH_PYMALLOC’ is unset, Python ABI tag may be incorrect
Created temporary directory: C:\Users\UserX\AppData\Local\Temp\pip-ephem-wheel-c
ache-dbxg9cv5
Created temporary directory: C:\Users\UserX\AppData\Local\Temp\pip-install-igl60
g62
Collecting deepspeech
1 location(s) to search for versions of deepspeech:

  • https://pypi.python.org/simple/deepspeech/
    Getting page )
    Looking up “” in the cache
    Current age based on date: 528
    Freshness lifetime from max-age: 600
    Freshness lifetime from request max-age: 600
    The response is “fresh”, returning cached response
    600 > 528
    Analyzing links from page
    Skipping link https://pypi.python.org/packages/4f/71/3fbcf9309730496777375a5
    1d441d33ec9c6a036dd0f9da5c09848625801/deepspeech-0.0.2-cp27-cp27m-macosx_10_12_x
    86_64.whl#md5=fe7a973e1d24ddaf5936f34566539590 (from ); it is not compatible with this Python
    Skipping link

    https://pypi.python.org/packages/27/52/b53c34706e22a553817d2f8
    941c77aa1b5c33715dfca983d0783378ee56e/deepspeech-0.1.1-cp36-cp36m-manylinux1_x86
    _64.whl#md5=8a3e3a9b8a55975de7d7523f65778ef1 (from ); it is not compatible with this Python
    Could not find a version that satisfies the requirement deepspeech (from versi
    ons: )
    Cleaning up…
    No matching distribution found for deepspeech
    Exception information:
    Traceback (most recent call last):
    File “c:\users\userx\anaconda3\lib\site-packages\pip_internal\basecommand.py”
    , line 228, in main
    status = self.run(options, args)
    File “c:\users\userx\anaconda3\lib\site-packages\pip_internal\commands\instal
    l.py”, line 291, in run
    resolver.resolve(requirement_set)
    File “c:\users\userx\anaconda3\lib\site-packages\pip_internal\resolve.py”, li
    ne 103, in resolve
    self._resolve_one(requirement_set, req)
    File “c:\users\userx\anaconda3\lib\site-packages\pip_internal\resolve.py”, li
    ne 257, in _resolve_one
    abstract_dist = self._get_abstract_dist_for(req_to_install)
    File “c:\users\userx\anaconda3\lib\site-packages\pip_internal\resolve.py”, li
    ne 210, in _get_abstract_dist_for
    self.require_hashes
    File “c:\users\userx\anaconda3\lib\site-packages\pip_internal\operations\prep
    are.py”, line 243, in prepare_linked_requirement
    req.populate_link(finder, upgrade_allowed, require_hashes)
    File “c:\users\userx\anaconda3\lib\site-packages\pip_internal\req\req_install
    .py”, line 307, in populate_link
    self.link = finder.find_requirement(self, upgrade)
    File “c:\users\userx\anaconda3\lib\site-packages\pip_internal\index.py”, line
    533, in find_requirement
    ‘No matching distribution found for %s’ % req
    pip._internal.exceptions.DistributionNotFound: No matching distribution found fo
    r deepspeech

(base) C:\Users\UserX>

We don’t have any Windows support yet, I guess that explains why pip cannot find anything :slight_smile: