7uAip6
7uAip6
> Make sure you have updated `tqdm` to version `4.62.0` or greater. Shouldn't tqdm be updated if you use the pip install option? I am having the same issue with...
> > Shouldn't tqdm be updated if you use the pip install option? > > yes it should but if you update the script and forget to update the library...
> I found the solution in another thread: > > * In the `requirements.txt`, replace the line `tqdm` with `tqdm==4.59.0` to use an older and more stable version > *...