Code: Select all
from stable_baselines3 import PPO
Code: Select all
[/robot@childScript:error] ...es/CoppeliaRobotics/CoppeliaSimEdu/lua/pythonWrapper.lua:334: The Python interpreter could not handle the wrapper script (or communication between the launched subprocess and CoppeliaSim could not be established via sockets). Make sure that the Python modules 'cbor' and 'zmq' are properly installed, e.g. via:
$ /path/to/python -m pip install pyzmq
$ /path/to/python -m pip install cbor
stack traceback:
[C]: in function 'error'
...es/CoppeliaRobotics/CoppeliaSimEdu/lua/pythonWrapper.lua:334: in function 'initPython'
...es/CoppeliaRobotics/CoppeliaSimEdu/lua/pythonWrapper.lua:225: in function 'sysCall_init'
Code: Select all
pip install stable-baselines3[extra]
Code: Select all
#luaExec additionalIncludePaths={'C:/Python310/Lib/site-packages'}
I don't know what else to do. Please, help.