Closed brando90 closed 1 year ago
It's hard to say what has caused this, but the collections.Iterable
on line 50 hasn't been a thing for several years: https://github.com/wolph/python-progressbar/commit/9af4d70e5e73fc1aa78f23bc808126ebe361580d
Oddly enough, that version already included the __version__
so I'm not sure what's happened there. I've got a feeling that you might have a mix between this package and the original progressbar package which is replaced by this one.
In any case, updating to the latest version (or uninstalling and reinstalling) should fix your issues
Description
Error when importing progressbar2.
Code
Versions
import sys; print(sys.version)
:3.10.9 (main, Jan 11 2023, 09:18:20) [Clang 14.0.6 ]
conda
mac os x
import progressbar; print(progressbar.__version__)
: doesn't let me do this because progressbar2 is too old.ref: https://stackoverflow.com/questions/75355808/attributeerror-module-collections-has-no-attribute-iterable-for-progressbar