【发布时间】:2014-02-14 17:44:46
【问题描述】:
我尝试使用 pip 为我的项目重新安装要求,但出现此错误。以前的安装失败。我怎样才能删除它并继续?
E:\projects\project course\tkz>pip install -r requirements.txt
Downloading/unpacking Django==1.5.4 (from -r requirements.txt (line 1))
pip can't proceed with requirement 'Django==1.5.4 (from -r requirements.txt (lin
e 1))' due to a pre-existing build directory.
location: c:\users\sina\appdata\local\temp\pip_build_sina\Django
This is likely due to a previous installation that failed.
pip is being responsible and not assuming it can delete this.
Please delete it and try again.
Cleaning up...
【问题讨论】:
-
事实上,这似乎是一个旧的错误,它复活了检查github.com/pypa/pip/issues/1935