HELP ME! while typing python SocialFish.py then showing this traceback (most recent call last): File "SocialFish.py", line 3, in <module> from flask import Flask, request, render_template, jsonify, redirect, g, flash ImportError: No module named flask #274
Solution:
python3 -m pip install Flask
python3 SocialFish.py