visual_mpc
visual_mpc copied to clipboard
No module named 'python_visual_mpc'
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
Do you see anything obvious that I am overlooking?