databio / pypiper

Python toolkit for building restartable pipelines
http://pypiper.databio.org
BSD 2-Clause "Simplified" License
45 stars 9 forks source link

Python 3.10 error on importing from collections #182

Closed nsheff closed 2 years ago

nsheff commented 2 years ago

pypiper/manager.py:11: in from collections import Iterable E ImportError: cannot import name 'Iterable' from 'collections' (/opt/hostedtoolcache/Python/3.10.2/x64/lib/python3.10/collections/init.py)