编程鬼谷子的博客

ModuleNotFoundError: No module named ‘tqdm.auto‘

查看tqdm的版本,将tqdm版本调整到4.45.0即可。

pip list
pip uninstall  tqdm
pip install  tqdm==4.45.0

参考网址:ModuleNotFoundError: No module named 'tqdm.auto' · Issue #16 · swansonk14/p_tqdm · GitHub

« Previous

Python通过字典来替代if..else

Next »

基于三维块匹配滤波的传统图像去噪中非局部自相似去噪算法—BM3D原理总结

© 2024 编程鬼谷子的博客. Generated with Hugo and Mainroad theme.