I want to use pip-accel to install and cache binary archives for the dependencies listed in ./setup.py, but I don't want or need to build or cache an archive for . -- I'm only installing it to get the dependencies, and to add . to the Python path. There are a lot of files in . (e.g. 1GB temporary SQL files in my working copy), and pip-accel seems to want to include these in the archive, too. It hangs for a long long time (longer than most people can be bothered to wait, assuming it has hung completely), on Obtaining file://...
I want to use
pip-accelto install and cache binary archives for the dependencies listed in./setup.py, but I don't want or need to build or cache an archive for.-- I'm only installing it to get the dependencies, and to add.to the Python path. There are a lot of files in.(e.g. 1GB temporary SQL files in my working copy), andpip-accelseems to want to include these in the archive, too. It hangs for a long long time (longer than most people can be bothered to wait, assuming it has hung completely), onObtaining file://...