JohnMarzulli / StratuxHud

Heads Up Display for use with Stratux. Designed for reflective HUD screens, intended for traffic call outs.
https://johnmarzulli.github.io/StratuxHud/
GNU Lesser General Public License v3.0
120 stars 22 forks source link

String Interpolation Not Supported In Python 3.5 #36

Closed JohnMarzulli closed 3 years ago

JohnMarzulli commented 5 years ago

Describe the bug Setup instructions can not be completed with Python 3.5.

The f"{value}" syntax does not work with Python3.5/Raspbian

To Reproduce Steps to reproduce the behavior: python3 setup.py develop

N129BZ commented 5 years ago

I'm looking at what it takes to create a downloadable IMG file with Python 3.6 already set up in Raspbian, so the os + app can be done just like Stratux does. Download the img, burn the sd card, done. ( F strings were added in 3.6.)

JohnMarzulli commented 5 years ago

Thanks, but I think you meant that for the other issue.

Related, I am trying to bootstrap the HUD using Raspbian Lite, which will drastically cut down the image size.