У вашего броузера проблема в совместимости с HTML5
How to install Flask - Python microframework on ubuntu 16.04/18.04/19.04
Learn Programming fundamentals w/ this free audio book
http://bit.ly/programming-basics
Find more Ubuntu tutorials at my blog
https://tubemint.com/?s=ubuntu
Get all the commands from this page
https://tubemint.com/install-flask-on-ubuntu/
Learn Django 3 by building a blogging app
https://youtu.be/jFqYuWNyLnI
Commands...
mkdir pybox && cd pybox
python3 - venv venv
source venv/bin/activate
pip install flask
flask --version