ModuleNotFoundError: No module named 'coppeliasim_zmqremoteapi_client'

Typically: "How do I... ", "How can I... " questions
Post Reply
shreyas7738
Posts: 19
Joined: 30 Dec 2020, 15:32

ModuleNotFoundError: No module named 'coppeliasim_zmqremoteapi_client'

Post 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.

coppelia
Site Admin
Posts: 10381
Joined: 14 Dec 2012, 00:25

Re: ModuleNotFoundError: No module named 'coppeliasim_zmqremoteapi_client'

Post 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

fferri
Posts: 1241
Joined: 09 Sep 2013, 19:28

Re: ModuleNotFoundError: No module named 'coppeliasim_zmqremoteapi_client'

Post 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.

Post Reply