simon-anders / htseq

HTSeq is a Python library to facilitate processing and analysis of data from high-throughput sequencing (HTS) experiments.
https://htseq.readthedocs.io/en/release_0.11.1/
GNU General Public License v3.0
122 stars 77 forks source link

download HTSeq in windows #38

Closed layal-khayal closed 6 years ago

layal-khayal commented 7 years ago

I used HTSeq in Linux,Now I need it in my windows but the modules give this error when I tried to download it. os.symlink(py_fdn+fdn, fdn) AttributeError: 'module' object has no attribute 'symlink'

In stackoverflow I found this answer: https://stackoverflow.com/questions/1236172/py2app-error-module-object-has-no-attribute-symlink "os.symlink is only available on Unix and Unix-like operating systems (including the Mac), not Windows."

Is it so? if is so how can be HTSeq available for windows? http://htseq.readthedocs.io/en/release_0.9.1/install.html#ms-windows in https://pypi.python.org/pypi/HTSeq#downloads all the download files for mac and linux, I downloaded the the source file , is this the one which is available for windows?

iosonofabio commented 7 years ago

Windows not easy to support since pysam has not automated their builds and I don't have Windows myself. Sorry. Use a virtual machine :-)

On August 22, 2017 5:29:37 AM PDT, layal-khayal notifications@github.com wrote:

I used HTSeq in Linux,Now I need it in my windows but the modules give this error when I tried to download it. os.symlink(py_fdn+fdn, fdn) AttributeError: 'module' object has no attribute 'symlink'

In stackoverflow I found this answer: https://stackoverflow.com/questions/1236172/py2app-error-module-object-has-no-attribute-symlink "os.symlink is only available on Unix and Unix-like operating systems (including the Mac), not Windows."

Is it so? if is so how can be HTSeq available for windows? http://htseq.readthedocs.io/en/release_0.9.1/install.html#ms-windows in https://pypi.python.org/pypi/HTSeq#downloads all the download files for mac and linux, I downloaded the the source file , is this the one which is available for windows?

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/simon-anders/htseq/issues/38