【发布时间】:2014-09-19 15:40:08
【问题描述】:
我正在尝试运行:
sudo bin/buildout
我收到一条消息说:
mr.developer: Queued 'django-accessibillity' for checkout.
mr.developer: Queued 'django-registration' for checkout.
mr.developer: Queued 'ivc-formutils' for checkout.
并要求我输入存储库的密码。但是问题是这个存储库不再存在,我无法从那里下载文件。因此,我从其他来源获得了这些模块并安装了它们。但是当我运行 buildout 安装时仍然要求我提供相同的模块。
是否有可能通过构建来识别我已经拥有这些模块,或者是否有其他解决方法?
【问题讨论】:
标签: python version-control buildout egg