bradyz / 2020_CARLA_challenge

"Learning by Cheating" (CoRL 2019) submission for the 2020 CARLA Challenge
181 stars 49 forks source link

No Module Named Tabulate #27

Closed omerXfaruq closed 3 years ago

omerXfaruq commented 3 years ago

Hello There;

I am running run_agent.sh but it gives an import error. I tried "pip3 install tabulate" and it is already installed, and I can import it in python3.

-Did you meet this error before? image

-Also "--record=/home/ubuntu/learning-by-cheating/recordings/" has some error as well. Shall I give file path or directory path to the --record variable? I checked the "/home/ubuntu/learning-by-cheating/recordings/" directory, it is available.

Thanks a lot;

omerXfaruq commented 3 years ago

The problem is solved with "source venv/bin/activate" command