You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after we install Angler with pip install -e angler
and we want run splitter example we receive below Error.
AttributeError: module 'collections' has no attribute 'Iterable'
how can solve it
Best wishes
The text was updated successfully, but these errors were encountered:
As to your actual issue: as angler is not very actively used or supported, it's likely that things have just changed a little in dependencies such that either versions have to be capped, or some things in the code updated. What you experience may not be the only issue even if we fix it. If you do not need the nonlinear support that angler offers but are instead only interested in inverse design of linear systems, you should just use ceviche instead.
after we install Angler with pip install -e angler
and we want run splitter example we receive below Error.
AttributeError: module 'collections' has no attribute 'Iterable'
how can solve it
Best wishes
The text was updated successfully, but these errors were encountered: