[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Paparazzi-devel] problem with the calibrate.py script
From: |
Yannick Jestin |
Subject: |
Re: [Paparazzi-devel] problem with the calibrate.py script |
Date: |
Thu, 08 Oct 2020 10:12:06 +0200 |
I suspect you have multiple versions of python installed. calibrate.py requires
python3 (#!/usr/bin/env python3), and I suspect that
you are working on a debian/ubuntu for which python-scipy package is related to
python2. You might want to try to install the python3-scipy package.
Let us know !
—
Y.