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.
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:
What could be the reason? Thanks in advance.