Pip,Easy_Install 由于子进程模块抛出的错误而无法正常工作?

Pip,Easy_Install not working due to an error thrown by the subprocess module?

pip 和 easy_install 突然停止工作了。

我想这是由于子进程抛出的一些异常造成的 module.How 我应该修复 pip 吗?

Even easy_install throws the same exception.
My pip,easy_install and IDLE have been broken.

显示了这些错误
:

Easy_install:

Note:I have tried using get-pip.py to reinstall pip,it throws the same exception

Pip exception text:Pip exception paste_bin
Easy install exception text: Easy_install paste_bin
The commands executed were:

pip install --upgrade pip    

And

easy_install

我已经修好了。我复制了我的 conda 子进程文件并用它替换了我的子进程文件。(我有 2 个单独的安装)

详细步骤:

1.Backup you current subprocess file(to rollback if it does not work)
2.Open your conda Lib folder
3.Find the subprocess file (subprocess.py)
4.Replace it with your conda subprocess file