Amigos, estoy instalando y ejecutando SPIDERFOOT en Kali Linux con el siguiente comando: spiderfoot -l 127.0.0.1:5001 y recibo este error en la pantalla.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/jaraco/text/__init__.py", line 7, in <module>
from importlib.resources import files # type: ignore
ImportError: cannot import name 'files' from 'importlib.resources' (/usr/lib/python3.8/importlib/resources.py)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "./sf.py", line 25, in <module>
import cherrypy
File "/usr/lib/python3/dist-packages/cherrypy/__init__.py", line 66, in <module>
from ._cperror import (
File "/usr/lib/python3/dist-packages/cherrypy/_cperror.py", line 135, in <module>
from cherrypy.lib import httputil as _httputil
File "/usr/lib/python3/dist-packages/cherrypy/lib/httputil.py", line 20, in <module>
import jaraco.collections
File "/usr/lib/python3/dist-packages/jaraco/collections.py", line 10, in <module>
import jaraco.text
File "/usr/lib/python3/dist-packages/jaraco/text/__init__.py", line 9, in <module>
from importlib_resources import files # type: ignore
ModuleNotFoundError: No module named 'importlib_resources'
he ejecutado el mismo comando en otra máquina que no se actualizó y se ejecuta normal. Será que a medida que python2 pa se apaga, algunas herramientas dejan de funcionar. ¿Cómo puedo solucionar este error? Gracias de antemano.