-
Notifications
You must be signed in to change notification settings - Fork 114
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
ModuleNotFoundError: No module named 'tqdm.auto' #5
Comments
I think this problem has nothing to do with my repo. What is your version of tqdm? Check this issue: nteract/papermill#287
Appendix:This thing is needed for df.progress_apply in the data module Are you using the latest version of Anaconda? I am working with conda because it just has all the packages pre-installed. Also, google colab just works with tqdm auto |
Alternatively you can go to recnn.data.utils module and manually replace the |
Thank you very much |
I Run this code :
Result:
ModuleNotFoundError Traceback (most recent call last)
in
1 import numpy as np
2 import pandas as pd
----> 3 from tqdm.auto import tqdm
4 import pickle
5 import gc
ModuleNotFoundError: No module named 'tqdm.auto'
The text was updated successfully, but these errors were encountered: