You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this looks like an interesting library and have tried to get it to run on Windows (10 Pro) for Python and Matlab but consistently get the same "Can't create shared memory error".
Thanks for bringing up this issue. The core library was written in Rust based on a crate called shared_memory. If for any reason the crate couldn't create a link, you'll get -4 or SharedMemoryLibraryError: Can't create shared memory in python.
Now compile it and replace it in the project.
If you get an error for creating the shared memory in python, you'll see something like this which is generated by the underlying library:
[Rust]: Creating the link file failed, The system cannot find the path specified. (os error 3)
Traceback (most recent call last):
...
Remember this message will not be printed in all interfaces.
Hi, this looks like an interesting library and have tried to get it to run on Windows (10 Pro) for Python and Matlab but consistently get the same "Can't create shared memory error".
I have also successfully recompiled the library and the test suite seems to run fine. Is there a recommended way how to debug this issue?
The text was updated successfully, but these errors were encountered: