Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version on Pip seems to be outdated #18

Open
eschow opened this issue Apr 1, 2016 · 0 comments
Open

Version on Pip seems to be outdated #18

eschow opened this issue Apr 1, 2016 · 0 comments

Comments

@eschow
Copy link

eschow commented Apr 1, 2016

Hi,

I followed the directions in your README.md and ran pip install underscore.py. But when I built scripts written by my co-workers, I received errors that said function object does not have attribute 'filter'.

A look at dir(_) shows:

['__call__', '__class__', '__closure__', '__code__', '__defaults__', '__delattr__', '__dict__', '__doc__', '__format__', '__get__', '__getattribute__', '__globals__', '__hash__', '__init__', '__module__', '__name__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', 'func_closure', 'func_code', 'func_defaults', 'func_dict', 'func_doc', 'func_globals', 'func_name']

And none of the functions I was looking for, specifically filter and groupBy.

I followed the alternate suggestions of cloning the repo and installing from the directory, and that worked successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant