dronecrew / px4tools

PX4 flight analysis tools.
BSD 3-Clause "New" or "Revised" License
84 stars 48 forks source link

module 'scipy.linalg' has no attribute 'solve_lyapunov' #27

Open mzahana opened 6 years ago

mzahana commented 6 years ago

I am getting the following error when I run the sysid example provided with the px4tools package.

module 'scipy.linalg' has no attribute 'solve_lyapunov'

I am using anaconda3. Tried to update scipy either via conda or pip, but the error persists.

Any hints?

lamping7 commented 6 years ago

This should help: https://github.com/dronecrew/ulog_tools/issues/3