takelushi/combu

TqdmDeprecationWarning on Jupyter

Closed this issue · 2 comments

TqdmDeprecationWarning: Please use tqdm.gui.tqdm(...) instead of tqdm(..., gui=True)

It is occur on use time.sleep in combu target function.

It is old version of tqdm bug.
I update tqdm and all other dependencies, fixed it.