At first,I downloaded this zip and uncompressed it into the folder D:\carla\PythonAPI\examples,when running the train.py,the result error:
Traceback (most recent call last): File "train.py", line 9, in <module> from sources import start_carla, restart_carla File "D:\carla\PythonAPI\examples\sources\__init__.py", line 2, in <module> from .carla import CarlaEnv, carla as carla_simulator, get_exec_command as get_carla_exec_command, kill_processes as kill_carla_processes, start as start_carla, restart as restart_carla, ACTIONS, ACTIONS_NAMES, CarlaEnvSettings, CARLA_SETTINGS_STATE, CARLA_SETTINGS_STATE_MESSAGE File "D:\carla\PythonAPI\examples\sources\carla.py", line 10, in <module> import carla ModuleNotFoundError: No module named 'carla'
How to run these programs?
Preciate your kind reply.
At first,I downloaded this zip and uncompressed it into the folder D:\carla\PythonAPI\examples,when running the train.py,the result error:
Traceback (most recent call last): File "train.py", line 9, in <module> from sources import start_carla, restart_carla File "D:\carla\PythonAPI\examples\sources\__init__.py", line 2, in <module> from .carla import CarlaEnv, carla as carla_simulator, get_exec_command as get_carla_exec_command, kill_processes as kill_carla_processes, start as start_carla, restart as restart_carla, ACTIONS, ACTIONS_NAMES, CarlaEnvSettings, CARLA_SETTINGS_STATE, CARLA_SETTINGS_STATE_MESSAGE File "D:\carla\PythonAPI\examples\sources\carla.py", line 10, in <module> import carla ModuleNotFoundError: No module named 'carla'
How to run these programs? Preciate your kind reply.