在windows中安装这个模块基本上都是报错的,因为这个工具里面用到的模块samtools可能是在linux系统中才行。 尝试一下指定版本安装 pip install pysam==0.9.1 或者下载下来之后再安装 pip install https://github.com/pysam-developers/pysam/archive/master.zip 或者是在bioconda中使用conda安装 conda install -c biocond...
Hi, I'm trying to install pysam through pip on a windows 10 computer with Anaconda2 (Python 2.7), but I get the following error: Collecting pysam Using cached pysam-0.10.0.tar.gz Complete output from command python setup.py egg_info: '.' is not recognized as an internal or external ...
(venv-example) ~/pySAML2/example # pip install -r /root/pySAML2/example/requirements.txt --extra-index-url https://pypi.python.org/simple/ Looking in indexes: https://pypi.python.org/simple/ Looking in links: https://pypi.python.org/simple/ Collecting mako (from -r /root/pySAML2/exam...