samtools/bam_tview_curses.c.pysam.c:28:20: error: config.h: No such file or directory samtools/bam_tview_curses.c.pysam.c:343:2: warning: #warning "No curses library is available; tview with curses is disabled." error: Setup script exited with error: command 'gcc' failed with exit status 1
It wasn't immediately clear to me how to deal with this error, though I imagine just removing that config.h file from pysam would've worked. After beating my head against the wall for a while, I simply modified setup.py and made the pysam version 0.9.1.
samtools/bam_tview_curses.c.pysam.c:28:20: error: config.h: No such file or directory samtools/bam_tview_curses.c.pysam.c:343:2: warning: #warning "No curses library is available; tview with curses is disabled." error: Setup script exited with error: command 'gcc' failed with exit status 1
It wasn't immediately clear to me how to deal with this error, though I imagine just removing that config.h file from pysam would've worked. After beating my head against the wall for a while, I simply modified setup.py and made the pysam version 0.9.1.