sharedmem-numpy
sharedmem-numpy copied to clipboard
Does not build on linux2?
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.
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.
Is this still not working for linux?
Nobody is working on it.