visual_mpc icon indicating copy to clipboard operation
visual_mpc copied to clipboard

No module named 'python_visual_mpc'

Open rezajamesahmed opened this issue 5 years ago • 0 comments

After following the steps in the installation file, when I try to run:

python parallel_data_collection.py /random_action_var10

for example, (with any of the data folder names) I get the following error:

parallel_data_collection.py:3: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp Traceback (most recent call last): File "parallel_data_collection.py", line 5, in from python_visual_mpc.visual_mpc_core.infrastructure.lsdc_main_mod import LSDCMain ModuleNotFoundError: No module named 'python_visual_mpc'

Do you see anything obvious that I am overlooking?

rezajamesahmed avatar Feb 11 '20 22:02 rezajamesahmed