From fa3f3322b9cbef605fe467d2788a62c177cfff22 Mon Sep 17 00:00:00 2001 From: Mary Metelko Date: Wed, 17 Jul 2024 16:55:14 -0500 Subject: [PATCH] Update ardupilot example Vagrantfile Add python3.6-distutils install before python3.6 pip install of tarjan --- examples/ardupilot/vagrant/Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/ardupilot/vagrant/Vagrantfile b/examples/ardupilot/vagrant/Vagrantfile index 89daeb2..2991007 100644 --- a/examples/ardupilot/vagrant/Vagrantfile +++ b/examples/ardupilot/vagrant/Vagrantfile @@ -227,6 +227,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| pip3 install tarjan pyyaml pydot sudo add-apt-repository ppa:deadsnakes/ppa sudo apt install -y python3.6 + sudo apt install -y python3.6-distutils python3.6 -m pip install tarjan cd ~ git clone https://github.com/SRI-CSL/radler.git