carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
11.12k stars 3.59k forks source link

.egg file for python3.8 ubuntu #6274

Open zillur-av opened 1 year ago

zillur-av commented 1 year ago

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

stale[bot] commented 1 year ago

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.