Page 1 of 1

ModuleNotFoundError: No module named 'coppeliasim_zmqremoteapi_client'

Posted: 12 Jul 2023, 16:25
by shreyas7738
I am trying to setup zmqremoteapi on my new macbook air M2. This used to work fine on my linux system before.
https://forum.coppeliarobotics.com/view ... %27#p38050
I followed this but its not working. Please suggest me a possible solution.

Re: ModuleNotFoundError: No module named 'coppeliasim_zmqremoteapi_client'

Posted: 14 Jul 2023, 07:58
by coppelia
Hello,

when you say it is not working... what does it mean? Do you see a crash? do you see an error message? If there is an error message, what does it say?

Cheers

Re: ModuleNotFoundError: No module named 'coppeliasim_zmqremoteapi_client'

Posted: 14 Jul 2023, 12:53
by fferri
Did you install the required Python package?

Code: Select all

python3 -m pip install coppeliasim-zmqremoteapi-client


shreyas7738 wrote: 12 Jul 2023, 16:25 https://forum.coppeliarobotics.com/view ... %27#p38050
I followed this but its not working. Please suggest me a possible solution.
That information is outdated.