-
Notifications
You must be signed in to change notification settings - Fork 63
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
Aggregation doesn't work if installed by 'pip install redisearch' #42
Comments
Works ok if redisearch-py installed from sources |
I encountered a similar problem where it would work fine but vscode would show This thing definitely has some problems deep inside. Did you figure it out what happened in your case? |
Fixes for aggregation were released in version 0.8.0 check again with this new version in pypi, it's probably resolved now |
Given the current version (2.0.0), the example code above should still produce an AttributeError. The import redisearch.aggregation
# or `from redisearch import aggregation`
aggregate_request = redisearch.aggregation.AggregateRequest() |
Aggregation doesn't work if installed by 'pip install redisearch'
The text was updated successfully, but these errors were encountered: