This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Cgat Tools Install Error

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

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.

0 answers

No answers yet.

Log in to answer this question.