Vehicle simulation software: Difference between revisions
Jump to navigation
Jump to search
| Line 129: | Line 129: | ||
cd carla-mac | cd carla-mac | ||
make launch | make launch | ||
./Update.sh | |||
... | |||
Traceback (most recent call last): | |||
File "./Util/download_from_gdrive.py", line 11, in <module> | |||
import argparse | |||
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/argparse.py", line 87, in <module> | |||
import re as _re | |||
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/re.py", line 143, in <module> | |||
class RegexFlag(enum.IntFlag): | |||
AttributeError: module 'enum' has no attribute 'IntFlag' | |||
</source> | </source> | ||