Local Development Error Ubuntu : AttributeError: module 'collections' has no attribute 'Iterable'
- 
					
					
					
					
 File ~/anaconda3/envs/qntdev/lib/python3.10/site-packages/progressbar/bar.py:50 
 46 except Exception:
 47 pass
 ---> 50 class ProgressBarBase(collections.Iterable, ProgressBarMixinBase):
 51 pass
 54 class DefaultFdMixin(ProgressBarMixinBase):AttributeError: module 'collections' has no attribute 'Iterable' 
- 
					
					
					
					
 @gjhernandezp Hi, 
 sorry for delay, you can check this topic:
 https://quantiacs.com/community/topic/564/collections-has-no-attribute-iterable
