I’m doing a debian install following the quickstart guide here: https://carla.readthedocs.io/en/latest/start_quickstart/
Everything is fine until I try to use the config.py
script. When I do, it just gives me a ModuleNotFound: no module named 'carla'
error. Am I supposed to be setting PYTHONPATH to something? There’s nothing in the docs about that.
Edit: The problem seems to be that I am using ubuntu 20.04. The python api only supports python 3.7, but 20.04 ships with 3.8.