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
I'm getting the same import error for Python 3.10
I tried to run from collections.abc import Iterable before from causalgraphicalmodels import CausalGraphicalModel but I still get the same error
When using Python version 3.9 and later,
from causalgraphicalmodels import CausalGraphicalModel
results in
ImportError: cannot import name 'Iterable' from 'collections'
The following fix is described here:
The text was updated successfully, but these errors were encountered: