No module named gevent.pywsgi
I was trying to run this and i have forced python3 via alias python=python3.
Do you have a trick to get past the Import Error: No module named gevent.pywsgi?
I found this super interesting and wanted to use this to generate so blue team training.

Curious if pip is using pip3 as well with those variables? Can you pip3 -r install requirements.txt?
On Tue, Sep 22, 2020, 1:12 PM jtone2k8 [email protected] wrote:
I was trying to run this and i have forced python3 via alias python=python3.
Do you have a trick to get past the Import Error: No module named gevent.pywsgi?
I found this super interesting and wanted to use this to generate so blue team training. [image: image] https://user-images.githubusercontent.com/53841340/93914928-e0025a80-fccc-11ea-92fc-d13f96cadc08.png
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/curtbraz/QRC2/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEIB6ICPB5IRHA3JL3WB2RTSHDLJDANCNFSM4RWA6FEA .
I did get an error on the pip3 (first vm):

but on kali all my requirements got met (second vm)
Try installing those modules manually. pip3 install setuptools, etc.
On Tue, Sep 22, 2020, 1:39 PM jtone2k8 [email protected] wrote:
I did get an error on the pip3:
[image: image] https://user-images.githubusercontent.com/53841340/93916718-936c4e80-fccf-11ea-94ea-c8c8dcff8c24.png
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/curtbraz/QRC2/issues/1#issuecomment-696872299, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEIB6IDI6KAOALFVQFO57JTSHDOMVANCNFSM4RWA6FEA .