-
Notifications
You must be signed in to change notification settings - Fork 93
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
app-forensics/spiderfoot-3.3: ImportError: cannot import name 'nx' from 'networkx' #739
Comments
thanks, I just pushed a fix, please check |
Hello blshkv, Traceback (most recent call last): For me that looks pretty strange, because if I do ls -l on /usr/lib/python3.9/site-packages/networkx/ I get:
If you prefere it I can open a new issue for this. |
So here is the summary of the problem. Version 3.3 is calling So I dont feel like fixing any bugs for now because upstream is doing restructuring. We will come back to it after they are done. As for now, you are on your own ;-) You can try to fix 3.3 by forking and downgrading networkx, or adopt a patch for 3.4 |
When starting spiderfoot-3.3 I get
~% sf (12:08 04.09.21)(1) Traceback (most recent call last): File "/usr/share/spiderfoot/sf.py", line 27, in <module> import cherrypy_cors ModuleNotFoundError: No module named 'cherrypy_cors'
It seems cherrypy_cors is missing.
Thank you very much for your great work.
The text was updated successfully, but these errors were encountered: