jonasoh / spiro

SPIRO is a Smart Plate Imaging Robot
https://www.alyonaminina.org/spiro
BSD 2-Clause "Simplified" License
7 stars 8 forks source link

[bug] Flask upgrade #39

Closed tsdobbs closed 2 years ago

tsdobbs commented 2 years ago

On spiro --install, Python reports an import error cannot import 'escape' from 'jinja2'. This is a known issue for Flask projects, as the latest version of jinja2 deprecated escape. Upgrading to the latest version of Flask fixes this, so I suggest bumping the Flask version number in the package.

jonasoh commented 2 years ago

Thanks for the heads up! Will have a look this week.