sharedmem-numpy icon indicating copy to clipboard operation
sharedmem-numpy copied to clipboard

Does not build on linux2?

Open arendu-zz opened this issue 9 years ago • 3 comments

Hi, I tried to install sharedmem on my university server (no root access) where i have my own python installed. I get the following error:

   $/sharedmem-numpy>python setup.py build_ext
   sys.platform: linux2
   Traceback (most recent call last):
   File "setup.py", line 29, in <module>
   raise RuntimeError("SysV IPC version has serious defects (Oct 2014)")
   RuntimeError: SysV IPC version has serious defects (Oct 2014)

What could be the reason? Thanks in advance.

arendu-zz avatar Mar 22 '15 21:03 arendu-zz

I disabled it on Linux and Mac due to this: https://github.com/sturlamolden/sharedmem-numpy/issues/3 I don't have time to look at this now. The code worked flawlessly for years, but now it is severely broken on Mac. I have no idea what did it. Perhaps Cython changed.

sturlamolden avatar Mar 23 '15 00:03 sturlamolden

Is this still not working for linux?

jonilaserson avatar Nov 07 '15 21:11 jonilaserson

Nobody is working on it.

sturlamolden avatar Nov 08 '15 01:11 sturlamolden