Cgat Tools Install Error
0
1
Entering edit mode
10.2 years ago
liupfskygre ▴ 210

Dear all, I am trying to install cgat tool. Following the instruction,

https://github.com/CGATOxford/cgat/

pip install cgat

or download and install by

sudo python setup.py install

I am always get the error:

File "/home/liupf/build/cgat/setup.py", line 233, in <module>
    include_dirs = [ numpy.get_include() ] + pysam.get_include()
AttributeError: 'module' object has no attribute 'get_include'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 14, in <module>
File "/home/liupf/build/cgat/setup.py", line 233, in <module>
include_dirs = [ numpy.get_include() ] + pysam.get_include()
AttributeError: 'module' object has no attribute 'get_include'

Please help me figuring out how to fix it!

Thank you very much!

python • 2.5k views
ADD COMMENT
0
Entering edit mode

I am having a similar problem with other packages as well. I am guessing it might be due to the order in which some packages have been installed. If you have figured it out please post an update. thanks.

ADD REPLY

Login before adding your answer.

Traffic: 2530 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6