-
Notifications
You must be signed in to change notification settings - Fork 192
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
AttributeError: module 'tqdm' has no attribute 'auto' #74
Comments
I have met the same problem,you need chang to special version of tqdm. |
@pdy265 What is this special Version? Could you please explain how you fixed it? I have the same error as well |
when I replaced tqdm.auto.tqdm with tqdm.tqdm it worked |
@Harishu1998 where did you replace tqdm.auto.tqdm. A grep search did not find auto, just tqdm in s4_model/extensions/cauchy/tuner.py |
Alternatively, what version did you use? |
My conda env has the same torchmetrics, tqdm ,and lightning version as the pip freeze above but I wasn't able to replicate this... the command trains fine. It also works on newer versions of tqdm (4.66). It looks like torchmetrics is the one calling tqdm here, but this version of tqdm does not have |
Still having the same issue. |
What worked for me is to first install tqdm, then pip the remaining requirements
Here is my pip freeze in case useful.
|
Now, does anyone have a good solution for this? i need help,please! |
When I run the following command
I get this error
I installed it using the commands in the readme
and this is my pip freeze
How to fix this error?
The text was updated successfully, but these errors were encountered: