1- Install python 3.9.12 - add to path during the setup Open cmd cd « your_path » (We will create an virtual environment) python -m venv venv venv\Scripts\activate pip install -r requirements.txt python sf.py -l 127.0.0.1:5001 You should have no problem installing the requirements, spiderfoot is more stable on python’s version <3.10