Closed stringfellow closed 11 years ago
Thanks for the feedback and sorry for the late response. Judging by the date you opened this issue (2013-07-29) the problem you reported was indeed related to the release of a new version of pip, specifically 1.4 (released 2013-07-23). That version introduced PreviousBuildDirError
which broke pip-accel. This problem was fixed in a39bc899dcd22814e01c5a3798f91293f990aa93 and 089c9e17b76a52ca967f9b5b6c62f4cbaaaee448. Since the problem you reported was fixed, I'm closing this issue. Feel free to reopen the issue if the problem persists for you.
If you add the --download-cache option to pip-accel install, it can result in a build directory being present which stops pip continuing the build on the next run (because pip complains that the source build is already present).
Without using the --download-cache option, it works fine.
I guess this is a change in pip since the latest release, as it used to (prior to about a week ago) work fine.