ImportError
Ahmadking78 opened this issue · 1 comments
Ahmadking78 commented
Hello guys i am facing this issue any ideas ? i have done all the requirements but still dont work !
Traceback (most recent call last):
File "/home/unnamed12/Desktop/SocialFish/SocialFish.py", line 3, in
from flask import Flask, request, render_template, jsonify, redirect, g, flash
File "/usr/local/lib/python3.11/site-packages/flask/init.py", line 19, in
from jinja2 import Markup, escape
ImportError: cannot import name 'Markup' from 'jinja2' (/usr/local/lib/python3.11/site-packages/jinja2/init.py)
franklintimoteo commented
Its seems that not all the requirements have been installed.
need to install and to use the same python environment.