Spiderfoot doesn't work on Parrot 5.2 totally updated

Hi,

Neither spiderfoot nor spiderfoot-cli work on the fully updated version 5.2 that I have installed.
I have tried as superuser and from the console and I always get the same error:

Executing spiderfoot -l 127.0.0.1:8099
Traceback (most recent call last):
File “/usr/share/spiderfoot/./sf.py”, line 24, in
from sflib import SpiderFoot
File “/usr/share/spiderfoot/sflib.py”, line 36, in
from networkx import nx
ImportError: cannot import name ‘nx’ from ‘networkx’ (/usr/lib/python3/dist-packages/networkx/init.py)

By the way, the python library “networkx” is installed in the system.

Has anyone had the same thing happen to them and have any clues?. Thanks in advance.