I see I have to set the environment variables like export PYTHONPATH=$PYTHONPATH:${CARLA_ROOT}/PythonAPI/carla/dist/carla-<VERSION>.egg:${CARLA_ROOT}/PythonAPI/carla/agents:${CARLA_ROOT}/PythonAPI/carla. This variable is required for the PythonAPI to function properly. I installed the pythonAPI using pip like pip install carla instead of using the .egg file. Besides, the .egg file that came with the installation is for python3.7 while my ubuntu has python3.8. After pip installation, my carla is running fine. Now, what should I do about the environment variable as I am not using that .egg file?
CARLA version: 0.9.13 installed from package
Platform/OS: Ubuntu 20.04
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I see I have to set the environment variables like
export PYTHONPATH=$PYTHONPATH:${CARLA_ROOT}/PythonAPI/carla/dist/carla-<VERSION>.egg:${CARLA_ROOT}/PythonAPI/carla/agents:${CARLA_ROOT}/PythonAPI/carla
. This variable is required for the PythonAPI to function properly. I installed the pythonAPI using pip likepip install carla
instead of using the .egg file. Besides, the .egg file that came with the installation is forpython3.7
while my ubuntu haspython3.8.
After pip installation, my carla is running fine. Now, what should I do about the environment variable as I am not using that .egg file?CARLA version: 0.9.13 installed from package Platform/OS: Ubuntu 20.04