You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when I run the "train.py" in "ocs2_legged_robot_mpcnet", the following error occurs.
± |master U:278 ?:3 ✗| → python3 train.py
Traceback (most recent call last):
File "train.py", line 40, in
from ocs2_mpcnet_core.config import Config
File "", line 259, in load_module
File "/usr/local/lib/python3.8/dist-packages/ocs2_mpcnet_core-0.0.0-py3.8.egg/ocs2_mpcnet_core/init.py", line 1, in
from ocs2_legged_robot_mpcnet.LeggedRobotMpcnetPybindings import MpcnetInterface
ModuleNotFoundError: No module named 'ocs2_mpcnet_core.MpcnetPybindings'
The text was updated successfully, but these errors were encountered:
Hello, when I run the "train.py" in "ocs2_legged_robot_mpcnet", the following error occurs.
± |master U:278 ?:3 ✗| → python3 train.py
Traceback (most recent call last):
File "train.py", line 40, in
from ocs2_mpcnet_core.config import Config
File "", line 259, in load_module
File "/usr/local/lib/python3.8/dist-packages/ocs2_mpcnet_core-0.0.0-py3.8.egg/ocs2_mpcnet_core/init.py", line 1, in
from ocs2_legged_robot_mpcnet.LeggedRobotMpcnetPybindings import MpcnetInterface
ModuleNotFoundError: No module named 'ocs2_mpcnet_core.MpcnetPybindings'
The text was updated successfully, but these errors were encountered: