I can not start the application in Flask When I enter in the terminal: python app.py following error:
Traceback (most recent call last): File "app.py", line 2, in <module> from flask import Flask, render_template, request ImportError: No module named flask Everything seems to be installed, and pip and flask. Maybe something is missing. ps computer - mac
Thanks in advance for your help!