UndeadSec / SocialFish

Phishing Tool & Information Collector
BSD 3-Clause "New" or "Revised" License
3.99k stars 1.28k forks source link

ImportError #345

Closed Ahmadking78 closed 11 months ago

Ahmadking78 commented 1 year ago

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 11 months ago

Its seems that not all the requirements have been installed.

need to install and to use the same python environment.