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
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'.
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 saidfunction object does not have attribute 'filter'.
A look at
dir(_)
shows: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.
The text was updated successfully, but these errors were encountered: