fancompute / angler

Frequency-domain photonic simulation and inverse design optimization for linear and nonlinear devices
https://arxiv.org/abs/1811.01255
MIT License
153 stars 47 forks source link

Exception #43

Open vafa24 opened 2 weeks ago

vafa24 commented 2 weeks ago

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

momchilmm commented 2 weeks ago

I've hidden and reported the comment above. It has nothing to do with our package and is likely malware.

momchilmm commented 2 weeks ago

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.