Closed GoogleCodeExporter closed 7 years ago
Homepage says
pip install fs
works, but I get the error
Could not find any downloads that satisfy the requirement fs
Some externally hosted files were ignored (use --allow-external fs to allow).
With
pip install --allow-external fs
I get the error
You must give at least one requirement to install (see "pip help install")
Why is the doc so blatently false?
Original comment by m.ha...@gmx.de
on 15 Feb 2014 at 12:40
It's best to install the version from svn.
The error message you're getting appears to be the result of an update to pip.
I found that out by googling.
Original comment by willmcgugan
on 15 Feb 2014 at 12:53
Yes, it is because of an update to pip, see
https://github.com/pypa/pip/issues/1167
Will fs be updated anytime soon to accomodate the changes? It seems that this
issue occurs because fs uses an http:// URL on PyPi/
Original comment by aniketpa...@gmail.com
on 17 Feb 2014 at 7:17
This can be closed, right?
Affirmative.
Original issue reported on code.google.com by
dylan.verheul
on 10 Oct 2013 at 7:11