-
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
I don't know how run this #1859
Comments
in the folder run pip install -r requirements.txt |
Even after full running pip3 install -r requirements.txt there is cherrypy missing (on Windows 10), see:
How to fix please? I did everything, reinstalling pip, reinstalling cherrypy (it is there! python -c "import cherrypy; print(cherrypy.version)" But still after running I get
_ |
Wait, I found the solution!
instead of
to run. |
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
The text was updated successfully, but these errors were encountered: