Closed AndresMasis closed 1 year ago
Hi, when I try to run
sim = client.require('sim')
from simpleTest.py, I always get the following message:
Exception: No such function: zmqRemoteApi.require
I do not know if I am missing a library or a special configuration.
IMPORTANT NOTE: I am using the previous Python client, the one that used
sim = client.getObject('sim')
and this works perfectly for me, but I do not know why the new client with require() is not working.
Thanks :)
When reporting issues please include:
python3 -m pip list
Operating System: Windows 11 CoppeliaSim version: 4.5.1 rev4 coppeliasim_zmqremote_client: coppeliasim_zmqremoteapi_client 0.0.5
Have a look here
Hi, when I try to run
sim = client.require('sim')
from simpleTest.py, I always get the following message:
Exception: No such function: zmqRemoteApi.require
I do not know if I am missing a library or a special configuration.
IMPORTANT NOTE: I am using the previous Python client, the one that used
sim = client.getObject('sim')
and this works perfectly for me, but I do not know why the new client with require() is not working.
Thanks :)