Closed bschilder closed 4 years ago
Ah, actually never mind. I figured out the issues:
conda install -c conda-forge pyarrow
module load arrow spark
Thanks anyways, Brian
Sure :) Hopefully this will come in handy for other users!
On Wed, Feb 19, 2020 at 4:38 PM Brian M. Schilder notifications@github.com wrote:
Ah, actually never mind. I figured out the issues:
- pyarrow needs to be installed with conda (the pip installation apparently causes problems):
conda install -c conda-forge pyarrow
- On the cluster, I had to load several pieces of software that are required to use pyarrow:
module load arrow spark
Thanks anyways, Brian
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/omerwe/polyfun/issues/24?email_source=notifications&email_token=ACNCB42WTP4TQNNM65QRGD3RDWRE3A5CNFSM4KYA2MS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMJY6VI#issuecomment-588484437, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACNCB42WLDOJYIP3DSI7YQTRDWRE3ANCNFSM4KYA2MSQ .
Hi Omer,
I seem to be having an issue with pyarrow (on our cluster, but not on my laptop) in
extract_snpvar.py
. On our cluster, I get the the error:Is there a specific version of pyarrow that works best? Here's my Conda env:
Thanks, Brian