cjdrake / pyeda

Python EDA
BSD 2-Clause "Simplified" License
301 stars 55 forks source link

AttributeError: module 'collections' has no attribute 'Sequence' #169

Closed ViperZer0 closed 1 year ago

ViperZer0 commented 1 year ago

In Python 3.10, collections.Sequence has been moved to collections.abc.Sequence. I don't know if PyEDA officially supports Python 3.10 or if there are any plans on upgrading to 3.10.

cjdrake commented 1 year ago

I think this is fixed now.