You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
It looks like the download url for setuptools is not valid anymore.
The text was updated successfully, but these errors were encountered: