reveal
reveal copied to clipboard
Setuptools download not working
When running python setup.py install, I got an error indicating that the setuptools zip couldn't be unzipped.
When inspecting the downloaded file, I encountered the following:
$ cat setuptools-15.0.zip
<html><head><title>301 Moved Permanently</title></head><body><center><h1>301 Moved Permanently</h1></center></body></html>
It looks like the download url for setuptools is not valid anymore.