-
-
Notifications
You must be signed in to change notification settings - Fork 745
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
causalgraphicalmodels import error with Python 3.10 #200
Comments
Hey @EAly, |
Thanks for your reply @canyon289 , I know this is an issue with causalgraphicalmodels, I was just wondering if you can provide any advice or workaround on how to handle this problem. |
Sure thing! One question, when installing this environment did you the environment file associated with the resource youre trying to use? That should help you avoid these issues |
I did the python 3.9 thing and it is working fine now. I didn't stick to the environment file associated with the resource as I wanted to use pymc4. Thanks again for your reply and help. I would also appreciate it the most if you can take a look at this issue 😃 |
Great, I'll go ahead and close this. One tip, when opening issues for OSS projects its good to include the code youre running, in this case a link to the notebook, and all the versions of major packages and python. Ideally with a small reproducible example. without that its impossible for us to help you. Glad you got it figured out! |
running
from causalgraphicalmodels import CausalGraphicalModels
on Python 3.10 results in the following error:In Python > 3.9
iterable
should be imported fromcollections.abc
so any idea for how to get
causalgraphicalmodels
to run on Python 3.10?The text was updated successfully, but these errors were encountered: