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
AttributeError: module 'collections' has no attribute 'Iterable'
It looks to be a missing python dependency not accounted for in the conda environment file for this rule. More specifically, it looks like I was now using a newer version of python (v3.10) that wasn't pinned down which caused the error. I was able to resolve this by adding a python dependancy to the said conda environment, so it becomes:
I don't know if I'll get around to implementing a fix for this, but I'm recording the bug here in case others come across this issue and it hurts their heads. Others are more than welcome to pick up this issue and fix if you feel so inclined :)
The text was updated successfully, but these errors were encountered:
Pipeline is erroring out at the genmod models rule.
My error:
It looks to be a missing python dependency not accounted for in the conda environment file for this rule. More specifically, it looks like I was now using a newer version of python (v3.10) that wasn't pinned down which caused the error. I was able to resolve this by adding a python dependancy to the said conda environment, so it becomes:
I don't know if I'll get around to implementing a fix for this, but I'm recording the bug here in case others come across this issue and it hurts their heads. Others are more than welcome to pick up this issue and fix if you feel so inclined :)
The text was updated successfully, but these errors were encountered: