Open jacobstickney opened 5 months ago
I'm was having the same issues with PyYaml versions,
I actually installed latest 6 "Pip3 install PyYaml"
and removed it from the requirements.txt and then re-ran the reinstalled the requirements.txt.
Remove the highlighted line:
pip3 install pyyaml
Just make sure some version of it's loaded.
Rerun the requirements.txt
`pip3 install -r requirements.txt
I got it working with that.
Hello,
I downloaded the Stable version in Ubuntu Linux 24.04, and have Python 3.12.3 installed.
When I run
pip3 install -r requirements.txt
, it installs all of the requirements until after PyYAML. It then returns this error:After I run
python3 ./sf.py -l 127.0.0.1:5001
, it is unable to start the server and instead outputs the name of each missing module, such as:After installing one module via pip3, the name of the next missing module is displayed after attempting to start Spiderfoot. Once all 20+ of the modules are installed, I am able to start the Spiderfoot server and navigate in my web browser to the scan creation page. After configuring and starting the scan, the scan stalls at the "Created" stage, and the following error is returned:
The error message appears to indicate an SSL certificate verification failure when trying to download the latest TLD list from publicsuffix.org. However, an upgrade of
certifi
, which includes the certificate authority bundle that Requests uses to validate certificates, has already been satisfied.When I install the Development build, there are no pre-scan installation errors. However, when I start a scan, the scan stalls at "ERROR-FAILED", and the log output errors this message: