flying-circus / pyfilesystem

Automatically exported from code.google.com/p/pyfilesystem
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Push to PyPI #168

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Check http://pythonhosted.org/fs/
2. Note that this version is from 2011 and lacks many new features

What is the expected output? What do you see instead?

I'd love to see an updated version I can install with pip and include in my 
requirements. Is this coming any time soon? Am I missing anything?

Original issue reported on code.google.com by dylan.verheul on 10 Oct 2013 at 7:11

GoogleCodeExporter commented 9 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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