Hi,
I would like utilize shared memory concept for one of my application and I have tried that using python but i got some import errors, regarding sysv-ipc.
Can anyone help me to make it work.
Thanks & Regards,
Jhansi Palepu
Hi,
I would like utilize shared memory concept for one of my application and I have tried that using python but i got some import errors, regarding sysv-ipc.
Can anyone help me to make it work.
Thanks & Regards,
Jhansi Palepu
Hi @jhansiP ,
Welcome to Toradex Community!
Looks like you need to install the sysv-ipc module using pip .
Can you please try it and let me know.
Hi deven,
Thank you for the reply,
i have tried to install i was giving some version error, Please find the attachment.
Can you please help me out to install the library.
BR,
Jhansi Palepu
Hi @jhansiP ,
Did you install python packages ? see this.
If YES, are you able to use other python modules?
Also can you please share the sample code so I can test at my end.