2

Python 3.4 に pysam および pybedtools モジュールをインストールしようとしています。しかし、エラーが発生しました:

Collecting pysam
  Using cached pysam-0.9.0.tar.gz
    Complete output from command python setup.py egg_info:
    '.' is not recognized as an internal or external command,
    operable program or batch file.
    # pysam: htslib mode is shared
    # pysam: htslib configure options: None
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\ikirov.CLO\AppData\Local\Temp\pip-build-_me_xeme\pysam\setup.py", line 212, in <module>
        sys.abiflags)]
    AttributeError: 'module' object has no attribute 'abiflags'

それを手伝ってくれませんか?

4

1 に答える 1