Macbook Mac OSX 10.12.6 Python 3.6.2 cython 0.28.5 pip 18.0
我正在尝试安装 pysam:
pip3 install pysam
它在以下位置不断出现错误:
creating build/temp.macosx-10.6-intel-3.6/htslib/cram
htslib/cram/cram_io.c:63:10: fatal error: 'os/lzma_stub.h' file not found
#include "os/lzma_stub.h"
^~~~~~~~~~~~~~~~
1 error generated.
error: command '/usr/bin/clang' failed with exit status 1
似乎this issue,this和this是版本问题。但我已经尝试过pip3 install pysam==0.13
并且0.14
得到0.15
了相同的结果。
建议?
我真的不想处理安装 conda ......