安装 cPickle 失败

Installing cPickle fails

我正在开发 ubuntu 14.04。 Python 版本:2.7.6。 我正在尝试安装 cPickle,但出现错误: "could not find any downloads that satisfy the requirement cPickle" 我也尝试了 via、pip 和 apt-get。可能是什么原因,这个包是否已完全删除?

实际上,我尝试导入 cPickle 并且成功了。但是不知道为什么会报错"could not find any downloads that satisfy the requirement cPickle"。如果有人能提供理由,我将不胜感激。

麦克的评论也消除了我的疑虑。 "cPickle is installed when python itself is installed -- it's part of the standard library. So, just import cPickle and it should be there"