Skip to content
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

I don't know how run this #1859

Open
matheusfelixsm opened this issue May 16, 2024 · 3 comments
Open

I don't know how run this #1859

matheusfelixsm opened this issue May 16, 2024 · 3 comments

Comments

@matheusfelixsm
Copy link

Could not find platform independent libraries
Traceback (most recent call last):
File "C:\Users\Usuário\Downloads\Programs\spiderfoot\sf.py", line 25, in
import cherrypy
ModuleNotFoundError: No module named 'cherrypy'

Help me with this error

@donttellmeimcute
Copy link

in the folder run pip install -r requirements.txt

@MeMyselfAndAI2023
Copy link

MeMyselfAndAI2023 commented May 27, 2024

Even after full running pip3 install -r requirements.txt there is cherrypy missing (on Windows 10), see:

python3 ./sf.py -l 127.0.0.1:5001
Traceback (most recent call last):
File "D:__AI_Code\spiderfoot-master\sf.py", line 25, in
import cherrypy
ModuleNotFoundError: No module named 'cherrypy'

How to fix please?

I did everything, reinstalling pip, reinstalling cherrypy (it is there! python -c "import cherrypy; print(cherrypy.version)"
18.9.0

But still after running
python3 ./sf.py -l 127.0.0.1:5001

I get

Traceback (most recent call last):
File "D:__teststuff\spiderfoot-master\sf.py", line 25, in
import cherrypy
ModuleNotFoundError: No module named 'cherrypy'

_

@MeMyselfAndAI2023
Copy link

Even after full running pip3 install -r requirements.txt there is cherrypy missing (on Windows 10), see:

python3 ./sf.py -l 127.0.0.1:5001
Traceback (most recent call last):
File "D:__AI_Code\spiderfoot-master\sf.py", line 25, in
import cherrypy
ModuleNotFoundError: No module named 'cherrypy'

How to fix please?

I did everything, reinstalling pip, reinstalling cherrypy (it is there! python -c "import cherrypy; print(cherrypy.version)" 18.9.0

But still after running python3 ./sf.py -l 127.0.0.1:5001

I get

Traceback (most recent call last):
File "D:__teststuff\spiderfoot-master\sf.py", line 25, in
import cherrypy
ModuleNotFoundError: No module named 'cherrypy'

_

Wait, I found the solution!
Had to type (on Windows10 machine)

python.exe ./sf.py -l 127.0.0.1:5001

instead of

python3 ./sf.py -l 127.0.0.1:5001

to run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants