我一直无法在 macOS High Sierra 上安装 pysam 0.13。总结一下我的两个错误:
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 个错误。
错误:命令“gcc”失败,退出状态为 1
有什么想法该怎么做?