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

No module named past.utils #82

Closed
jeremyftaylor opened this issue Feb 25, 2020 · 3 comments
Closed

No module named past.utils #82

jeremyftaylor opened this issue Feb 25, 2020 · 3 comments

Comments

@jeremyftaylor
Copy link

Installation seems to miss a dependency. Works after a pip install future.

@aschonfeld
Copy link
Collaborator

Interesting, these are the current installation requirements and future is in there.

Are you sure that you didn't have an old version of future previously installed?

Let me check into when they added past.utils and if I have to I can add some more granularity to which version can be used.

@aschonfeld
Copy link
Collaborator

Ok so it looks like future.past.utils.old_div didn't exist until version 0.140. I'll update setup.py to require at least that version.

aschonfeld pushed a commit that referenced this issue Feb 25, 2020
 - limited version of futures being used, #82
aschonfeld pushed a commit that referenced this issue Feb 27, 2020
 * #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
@aschonfeld aschonfeld mentioned this issue Feb 27, 2020
aschonfeld pushed a commit that referenced this issue Feb 27, 2020
 * #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
@aschonfeld
Copy link
Collaborator

v1.7.11

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

2 participants