Skip to content
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

Error at 'genmod models' rule #19

Open
leahkemp opened this issue Sep 19, 2022 · 0 comments
Open

Error at 'genmod models' rule #19

leahkemp opened this issue Sep 19, 2022 · 0 comments

Comments

@leahkemp
Copy link
Collaborator

Pipeline is erroring out at the genmod models rule.

My error:

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:

channels:
  - bioconda
  - conda-forge
  - defaults
dependencies:
  - conda-forge::pip =20.2.2
  - python=3.7
  - pip:
    - genmod==3.7.3

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant