Python pip每次下载都失败(找不到满足要求**的版本(从版本:)找不到**的匹配发行版)

Python pip每次下载都失败(找不到满足要求**的版本(从版本:)找不到**的匹配发行版),python,installation,pip,Python,Installation,Pip,所以我需要安装一个软件包,但当我试图下载它时,出现了一个错误,说我需要升级pip,所以我安装了(到19.0.1版),但它不起作用,在那之后,我无法下载任何软件包,并且始终存在以下错误: C:\Users\Marina bar>python -m pip install espeak Collecting espeak Could not find a version that satisfies the requirement espeak (from versions: ) No

所以我需要安装一个软件包,但当我试图下载它时,出现了一个错误,说我需要升级pip,所以我安装了(到19.0.1版),但它不起作用,在那之后,我无法下载任何软件包,并且始终存在以下错误:

C:\Users\Marina bar>python -m pip install espeak
Collecting espeak
  Could not find a version that satisfies the requirement espeak (from 
versions: )
No matching distribution found for espeak
我尝试使用
python-mpipinstall pip==10.0.1
将pip降级到10.0.1版本,但没有任何改变,我还尝试使用
curlhttps://bootstrap.pypa.io/get-pip.py |python
但它不起作用(我的python是32位版本3.6)

在其他论坛上,我发现了一些类似的问题,但都是老问题,没有任何改变
请帮助我Pip将不会响应
Pip安装espeak
,因为它找不到名为
espeak
的发行版。这不是pip的问题,而是您要求它做什么的问题,这就是为什么降级和升级没有帮助的原因

如果我这样做:

pip search espeak
我明白了

但是我无法从这个列表中判断
pip
知道哪些模块(如果有的话)可能是您想要的

py-espeak-ng (0.1.7)           - Python interface for eSpeak NG
speake (0.3)                   - A wrapper for espeak for python2
speake3 (0.3)                  - A wrapper for espeak for python3
pyespeak (0.2)                 - ctypes module for eSpeak
collective.js.speakjs (1.0.0)  - Text-to-Speech in JavaScript using eSpeak
voxpopuli (0.1.5.1)            - A wrapper around Espeak and Mbrola, to do simple Text-To-Speech (TTS), with the
                                 possibility to tweak the phonemic form.
pyttsx3 (2.7)                  - An OFFLINE Python Text to Speech library (TTS) which works for both python3 and
                                 python2.This library very usefull especially if you don't want any delay in the
                                 speech produced and don't want to depend only on the internet for TTS conversion. It
                                 also supports multiple TTS engines like Sapi5 , nsss , espeak .