-1

我在 Ubuntu 13.04 上运行 Python 2.7.4 并尝试设置 virtualenv。我必须使用 pip 安装一些模块来运行代码,但我无法安装用于 parse_date 的 utils。

这就是我得到的:

$ pip install utils
Downloading/unpacking utils
  Could not find any downloads that satisfy the requirement utils
No distributions at all found for utils

我现在该怎么办?

4

1 回答 1

-1

你可以先做一些寻找,比如:

pip search utils

然后找一个安装。

于 2013-09-10T07:29:29.180 回答