-
Notifications
You must be signed in to change notification settings - Fork 407
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
No module named past.utils #82
Comments
Interesting, these are the current installation requirements and Are you sure that you didn't have an old version of Let me check into when they added |
Ok so it looks like |
- limited version of futures being used, #82
* #75, added code snippet functionality to the following: * main grid, histogram, correlations, column building & charts * exposed CLI loaders through the following functions dtale.show_csv, dtale.show_json, dtale.show_arctic * build in such a way that it is easy for custom loaders to be exposed as well * #82, pinned `future` package to be >= 0.14.0
* #75, added code snippet functionality to the following: * main grid, histogram, correlations, column building & charts * exposed CLI loaders through the following functions dtale.show_csv, dtale.show_json, dtale.show_arctic * build in such a way that it is easy for custom loaders to be exposed as well * #82, pinned `future` package to be >= 0.14.0
v1.7.11 |
Installation seems to miss a dependency. Works after a pip install future.
The text was updated successfully, but these errors were encountered: