You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe our question or idea
I want to run Carla Scenario Runner with an Apollo Carla bridge in which it is necessary that Carla runs in a Docker container. Now I still want to run Scenario Runner and am (probably) failing to set the environment variables.
According to the instructions, the variables should be initialized as follows:
The question, however, is what is the /path/to/your/carla/installation when it runs in the Docker container?
In the running Carla container it is /home/carla. Expected behavior
Scenario runner runs after executing python3.7 scenario_runner.py --scenario FollowLeadingVehicle_1 --reloadWorld
Current error:
AttributeError: module 'tensorflow' has no attribute 'contrib'
Desktop (please complete the following information):
OS: Ubuntu 22.04.2 LTS
CARLA Version: CARLA 0.9.14
Python version: 3.7
Version: 0.9.13
The text was updated successfully, but these errors were encountered:
Describe our question or idea
I want to run Carla Scenario Runner with an Apollo Carla bridge in which it is necessary that Carla runs in a Docker container. Now I still want to run Scenario Runner and am (probably) failing to set the environment variables.
According to the instructions, the variables should be initialized as follows:
The question, however, is what is the /path/to/your/carla/installation when it runs in the Docker container?
In the running Carla container it is /home/carla.
Expected behavior
Scenario runner runs after executing python3.7 scenario_runner.py --scenario FollowLeadingVehicle_1 --reloadWorld
Current error:
AttributeError: module 'tensorflow' has no attribute 'contrib'
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: