Vehicle simulation software: Difference between revisions
Jump to navigation
Jump to search
| Line 145: | Line 145: | ||
export UE4_ROOT=/Users/Shared/EpicGames/UE_4.22 | export UE4_ROOT=/Users/Shared/EpicGames/UE_4.22 | ||
make launch | make launch | ||
</source> | |||
=== Issue with Update.sh === | |||
<source lang='bash'> | |||
./Update.sh | |||
Backing up existing Content... | |||
renamed '/Users/wf/source/cpp/carla-mac/Unreal/CarlaUE4/Content/Carla' -> '/Users/wf/source/cpp/carla-mac/Unreal/CarlaUE4/Content/Carla_20190721173259' | |||
Traceback (most recent call last): | |||
File "./Util/download_from_gdrive.py", line 15, in <module> | |||
import requests | |||
ModuleNotFoundError: No module named 'requests' | |||
</source> | </source> | ||