uzh-rpg / flightmare

An Open Flexible Quadrotor Simulator
https://uzh-rpg.github.io/flightmare/
Other
981 stars 342 forks source link

Support for Python 3.6 removed in Pybind11 master branch #208

Open jynxmagic opened 2 months ago

jynxmagic commented 2 months ago

Python 3.6 no longer works within the Pybind11 master branch - support for Python 3.6 has been removed.

This results in install errors when a fresh install is performed.

To fix: -Change line 8 in the file "flightlib/cmake/pybind11_download.cmake" from "master" to "v2.12"

bsj970 commented 1 month ago

Thanks, this helped me a lot and also worked for Python 3.7