Fireline-Science / tello_sim

This is the repo for the DJI Tello simulator. The sim is targeted at students or classes who want to add simulation to a Tello project. Specifically, we are using it to have students program a path through an in-class obstacle course.
MIT License
36 stars 16 forks source link

mybinder ImportError: libGL.so.1: cannot open shared object file: No such file or directory #10

Closed kfern closed 4 years ago

kfern commented 4 years ago

Steps to reproduce:

  1. Launch https://mybinder.org/v2/gh/Fireline-Science/tello_sim/master
  2. Select drone_notebook.ipynb file.
  3. run import tello_sim cell

Result: (Screen capture)

image

kfern commented 4 years ago

@sean-schaefer Thank you