NucleoATAC
NucleoATAC copied to clipboard
fatal error: 'numpy/arrayobject.h' file not found
Hello I installed the most recent version of nucleoatac and am now receiving the following error. It seems that the program is looking for "numpy/arrayobject.h". I'm not too familiar with Python. Can you advise?
I am using Python 2.7.10 with the following dependencies installed: Cython==0.26 pysam==0.11.2.2 numpy==1.13.1 scipy==0.19.1 matplotlib==2.0.2
thank you Kim
Lucy:nucleoATAC kims$ nucleoatac run --bed macs2.Cpeaks.bed --bam ATACMC.bam --fasta /Users/kims/ReferenceGenomes/rn6.fa --out ATACMC.NucleoATAC --cores 8
Command run: /usr/local/bin/nucleoatac run --bed macs2.Cpeaks.bed --bam ATACMC.bam --fasta /Users/kims/ReferenceGenomes/rn6.fa --out ATACMC.NucleoATAC --cores 8
nucleoatac version 0.3.4
start run at: 2017-07-30 15:40
/Users/kims/.pyxbld/temp.macosx-10.12-x86_64-2.7/pyrex/pyatac/fragments.c:435:10: fatal error: 'numpy/arrayobject.h' file not found
#include "numpy/arrayobject.h"
^
1 error generated.
Traceback (most recent call last):
File "/usr/local/bin/nucleoatac", line 33, in
this is on a mac? also, to clarify, had you previously run earlier version of nucleoatac without issue but now see this error with most recent error, or is this the first version you have tried?
Hi Alicia Yes, I am trying to run this on macOS 10.12.6. I have used previous versions without difficulty, but this is the first installation of NucleoATAC on this machine. thank you
On Jul 30, 2017, at 23:58, Alicia Schep <[email protected]mailto:[email protected]> wrote:
this is on a mac? also, to clarify, had you previously run earlier version of nucleoatac without issue but now see this error with most recent error, or is this the first version you have tried?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/GreenleafLab/NucleoATAC/issues/64#issuecomment-318961546, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ANrO9EVGyMT56pzMqzuYLxnF3EDy2mSkks5sTVDfgaJpZM4Onuyy.
Has this issue been resolved? I have exactly the same problem installing on macOS 10.14.3.
No I never received a response, but I was able to install it on another system running Linux.
On Feb 28, 2019, at 11:19, Fluorine <[email protected]mailto:[email protected]> wrote:
Has this issue been resolved? I have exactly the same problem installing on macOS 10.14.3.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/GreenleafLab/NucleoATAC/issues/64#issuecomment-468335638, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ANrO9HlyCDfnRYxfleWklYnOSpU1hOm5ks5vSAGdgaJpZM4Onuyy.
I solved it by installing it via conda. For some reason, this works on MacOS.
conda install -c bioconda nucleoatac