Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

rule assign_fragments crashes due to pyarrow problem #30

Open
Mittmich opened this issue Jan 14, 2022 · 1 comment
Open

rule assign_fragments crashes due to pyarrow problem #30

Mittmich opened this issue Jan 14, 2022 · 1 comment

Comments

@Mittmich
Copy link

When running the pipeline, I encountered sporadic crashes in the assign-fragments step that seem to be related to an open issue of aws-sdk-cpp, a dependency of pyarrow. Details of the issue can be found here.

I could fix the problem by freezing the aws-sdk-cpp version in the pore_c.yml environment to version 1.8.186, which could be an option as a short-term workaround.

@aallahyar
Copy link
Contributor

Thanks @Mittmich!
Indeed I encountered a similar problem and through google I made the same conclusion.

To be clear (and as @Mittmich mentions), simply modify your pore_c.yml files to (i.e. add the last line):

channels:
  - conda-forge
  - bioconda
  - defaults
dependencies:
  - pore-c==0.4.0
  - python==3.8
  - aws-sdk-cpp=1.8.186=h9ad65fb_2

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

No branches or pull requests

2 participants