brittneybrinsfield / pysam

Automatically exported from code.google.com/p/pysam
0 stars 0 forks source link

pysam installation under cygwin #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.directly install pysam under cygwin: python setup.py install

What is the expected output? What do you see instead?
expected output: installation success
see instead: 
1 [main] python2.7 7472 child_info_fork::abort: address space needed by 
'Actions.dll' (0x3C0000) is already occupied
error: Resource temporarily unavailable
(detailed in attached text file)

What version of the product are you using? On what operating system?
version: pysam-0.7.4
OS: Cygwin 2.774

Please provide any additional information below.
Really appreciate if you can help me out for this. Thanks!

Original issue reported on code.google.com by zhuyu...@gmail.com on 6 Jun 2013 at 2:33

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks. I don't know much about cygwin, but it might be a non-pysam related 
error?

At any rate I would not expect the .c files included in pysam to work in 
cygwin. You might need to install cython first to create once that work for 
cygwin.

Best wishes,
Andreas

Original comment by andreas....@gmail.com on 27 Jun 2013 at 2:37