I keep on failing to install pysam 0.13 on macOS High Sierra. To sum up my two errors:
htslib/htslib/hts.h:142:9: error: missing ',' between enumerators
json HTS_DEPRECATED_ENUM("Use htsExactFormat 'htsget' instead") = htsget,
^
, htslib/htslib/hts.h:142:29: error: expected '= constant-expression' or end of
enumerator definition
json HTS_DEPRECATED_ENUM("Use htsExactFormat 'htsget' instead") = htsget,
^
2 errors generated.
error: command 'gcc' failed with exit status 1
Any ideas what to do?