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

calculate_feature_matrix error for tqdm versions < 4.32 #695

Closed
CJStadler opened this issue Aug 5, 2019 · 1 comment · Fixed by #696
Closed

calculate_feature_matrix error for tqdm versions < 4.32 #695

CJStadler opened this issue Aug 5, 2019 · 1 comment · Fixed by #696

Comments

@CJStadler
Copy link
Contributor

With tqdm 4.31.1

pytest featuretools/tests/computational_backend/test_calculate_feature_matrix.py::test_dask_kwargs

Raises

AttributeError: 'tqdm' object has no attribute 'reset'

featuretools/computational_backends/calculate_feature_matrix.py:542: AttributeError

https://github.com/Featuretools/featuretools/blob/815c46b5e25c22d8c6ad2f4403df656b8a1ab629/featuretools/computational_backends/calculate_feature_matrix.py#L540-L542

Should we update requirements.txt to specify tqdm>=4.32.0?

@kmax12
Copy link
Contributor

kmax12 commented Aug 5, 2019

ah, yes. can you put a PR?

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

Successfully merging a pull request may close this issue.

2 participants