We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(gym_carla) why@why-why:~/Downloads/gym-carla$ python test.py Traceback (most recent call last): File "test.py", line 10, in import carla ModuleNotFoundError: No module named 'carla'
Ps:export PYTHONPATH=/home/why/CARLA_0.9.6/PythonAPI/carla/dist/carla-0.9.6-py3.5-linux-x86_64.egg How do I set environment variables?
The text was updated successfully, but these errors were encountered:
Hi,you can try this. PS:export PYTHONPATH=$PYTHONPATH:/home/why/CARLA_0.9.6/PythonAPI/carla/dist/carla-0.9.6-py3.5-linux-x86_64.egg
Sorry, something went wrong.
You have to install carla
pip install carla and it has to be the same version of your CARLA source
pip install carla
No branches or pull requests
(gym_carla) why@why-why:~/Downloads/gym-carla$ python test.py
Traceback (most recent call last):
File "test.py", line 10, in
import carla
ModuleNotFoundError: No module named 'carla'
Ps:export PYTHONPATH=/home/why/CARLA_0.9.6/PythonAPI/carla/dist/carla-0.9.6-py3.5-linux-x86_64.egg
How do I set environment variables?
The text was updated successfully, but these errors were encountered: