-
Notifications
You must be signed in to change notification settings - Fork 52
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
potential tqdm issue #219
Comments
@maxim-h I ran into the same issue with python 3.12. Issue was resolved by downgrading to 3.6 |
Thank you @joshuamschmidt and @maxim-h, I encountered the same problem in a conda enviroment. Downgrading python works also for me. |
python=3.8 works for me, I also encountered error related to tqdm and request when using python 3.12 |
I had a "ValueError: max() iterable argument is empty" while downloading a single file from a dataset. It pointed to an error with tqdm. I managed to resolve it by downgrading to python 3.8.15 in my virtual environment. Here is the error message for context.:
|
Failing to download dataset due to tqdm
Description of the bug
Installed pyega3 (from pip) and tried to download a dataset:
But kept getting multiple errors even on re-try, so I cancelled the download.
Used versions (please complete the following information)
it is in the log 👇
To Reproduce
Observed behaviour
Errors and no download
Expected behaviour
No errors and start of the download
Screenshots and error messages
pyega3_output.log
Additional context
I have solved the issue by upgrading the tqdm package via
pip install tqdm --upgrade
.Not that it didn't complain about it:
pip install tqdm
Despite the apparent error above after the upgrade the initial command worked and the download is currently working.
System information
I use
micromamba
with default channels just to get the base python installation.Then I install everything with
pip
.micromamba list
pip freeze
The text was updated successfully, but these errors were encountered: