When I run pip search linkchecker I get
linkchecker - check websites and HTML documents for broken links
But when I try pip install linkchecker I get
Could not find any downloads that satisfy the requirement linkchecker
What am i doing wrong?
pipuseshttp://pypi.python.org/simple/<package name>to look for download links, and this package points to a kind of “non-obvious” target.piplooks for tarballs/zips in the source page, but can’t find a suitable url.Use
-vvvto see how pip looks for this package:You may realize http://pypi.python.org/simple/linkchecker/ points to http://sourceforge.net/projects/linkchecker/files/, and there is no
.tar.gzashref, only as content, and pip can’t handle it.In this case you could try this: