jasperlinthorst / reveal

Graph based multi genome aligner
MIT License
45 stars 3 forks source link

Setuptools download not working #25

Open doudejans opened 6 years ago

doudejans commented 6 years ago

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.