Open ctdarwell opened 4 years ago
Looks like it can't install another required package: pysam. Unfortunately, pysam isn't supported on windows.
If you are ok with not being able to easily check LD from VCF files, I could remove the pysam requirement, and then this should hopefully install.
Could do that - I just convert VCF to list of lists (or tuples), right?
I would be quite happy on Linux also but get some error about pyhton setup.py egg_info!!
Hi
I got the same error on pip with two Windows machines:
ERROR: Command errored out with exit status 1: command: 'c:\users\windows\anaconda3\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Windows\AppData\Local\Temp\pip-install-0eemv2ot\pysam\setup.py'"'"'; file='"'"'C:\Users\Windows\AppData\Local\Temp\pip-install-0eemv2ot\pysam\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Windows\AppData\Local\Temp\pip-pip-egg-info-90d2u7uw' cwd: C:\Users\Windows\AppData\Local\Temp\pip-install-0eemv2ot\pysam\ Complete output (23 lines):
pysam: cython is available - using cythonize if necessary
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.