Install Error: Can't download mock-1.0.0.zip
Attempting to install the dev version, and after cloning, and running "python2.7 setup.py develop", I got the following error:
Downloading http://www.voidspace.org.uk/downloads/mock-1.0.0.zip
error: Can't download http://www.voidspace.org.uk/downloads/mock-1.0.0.zip: 404 Not Found
Checking that website shows that only a tar.gz version of mock is available.
How can I tell it to download the tar.gz file instead?
Comments
I can confirm this error during installation
Is this one of those things were the installer is just tweaked to get a tar.gz instead of a zip file, or is it more complicated?