-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with GUI #1860
Comments
When reinstalling and attempting to use again: Installing build dependencies ... done × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
So the issue appears to be with PyYAML - there is a workaround to fix the issue, which did work for me. For anyone that runs into the same error, you can try this fix here: Thanks. |
Hello, use Spiderfoot almost daily, went in today and I am getting this error when I try to launch the GUI:
python3 ./sf.py -l 127.0.0.1:5001
Traceback (most recent call last):
File "/home/lana/spiderfoot-4.0/./sf.py", line 31, in
from sfwebui import SpiderFootWebUi
File "/home/lana/spiderfoot-4.0/sfwebui.py", line 30, in
import openpyxl
File "/usr/local/lib/python3.11/dist-packages/openpyxl/init.py", line 9, in
from openpyxl.workbook import Workbook
File "/usr/local/lib/python3.11/dist-packages/openpyxl/workbook/init.py", line 5, in
from .workbook import *
File "/usr/local/lib/python3.11/dist-packages/openpyxl/workbook/workbook.py", line 15, in
from openpyxl.worksheet import Worksheet
File "/usr/local/lib/python3.11/dist-packages/openpyxl/worksheet/init.py", line 4, in
from .worksheet import *
File "/usr/local/lib/python3.11/dist-packages/openpyxl/worksheet/worksheet.py", line 45, in
from openpyxl.formatting import ConditionalFormatting
File "/usr/local/lib/python3.11/dist-packages/openpyxl/formatting/init.py", line 8, in
from .rules import CellIsRule, ColorScaleRule, FormatRule, FormulaRule
File "/usr/local/lib/python3.11/dist-packages/openpyxl/formatting/rules.py", line 5, in
from collections import Mapping
ImportError: cannot import name 'Mapping' from 'collections' (/usr/lib/python3.11/collections/init.py)
The text was updated successfully, but these errors were encountered: