Closed afDeathscythe closed 6 years ago
Thanks Marko. The answer is probably not.
However, I'm happy to support windows in principle if anyone sets up a git branch that uses AppVeyor as a CI/CD system for HTSeq. In fact, I even started such branch but couldn't quite figure out the intricacies of Windows shelling to get it done. This will probably involve some work on Pysam too as I don't think they support much windows either (last time I checked - this might have changed).
So if you wanna see it happen, please fork the repo and make it happen, I'll try to help you as much as I can given the limitations above.
Hi Fabio,
thanks for replying. I am working with HTseq since 3 years now and I don't have time to investigate more on the windows issue to get it running there. I would be pleased to help and if find out something related to the known pysam issue I will let you know.
Hi is there any chance to install the new version on Windows:
If I execute this Statement: pip install HTSeq
in Anaconda prompt as Admin I get this Error Message:
Collecting HTSeq Using cached https://files.pythonhosted.org/packages/f8/87/85bc27f3d96ff4cd9144cbbfb5eb7573654edd0f6970f5c49d15a17e5d6f/HTSeq-0.10.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. '.' is not recognized as an internal or external command, operable program or batch file. Traceback (most recent call last): File "D:\Anaconda\anaconda3\lib\site-packages\setuptools\sandbox.py", line 154, in save_modules yield saved File "D:\Anaconda\anaconda3\lib\site-packages\setuptools\sandbox.py", line 195, in setup_context yield File "D:\Anaconda\anaconda3\lib\site-packages\setuptools\sandbox.py", line 250, in run_setup _execfile(setup_script, ns) File "D:\Anaconda\anaconda3\lib\site-packages\setuptools\sandbox.py", line 45, in _execfile exec(code, globals, locals) File "C:\Users\dhg8103\AppData\Local\Temp\easy_install-nj3cyveq\pysam-0.14.1\setup.py", line 223, in
File "C:\Users\dhg8103\AppData\Local\Temp\easy_install-nj3cyveq\pysam-0.14.1\setup.py", line 69, in run_make_print_config
Update version from VERSION file into module
I don't have any clue how set the specific symlinking folders for python3 (google solutions did not help me)
If I download the HTSeq-0.10.0.tar.gz and try to execute pip install setup.py (also in Anaconda Prompt) I get follwing error:
Collecting setup.py Could not find a version that satisfies the requirement setup.py (from versions: ) No matching distribution found for setup.py
Thanks & Regards,
Marko