MeMyselfAndAI2023

Results 5 comments of MeMyselfAndAI2023

> > try to use `set` instead of `export` > > I have used set as well. It is not working... Does not work

> if set doesn't work on windows just delete spaces before and after '=' Does not work either

> win search -> Edit the system environment variables -> Environment Variables... -> New... I tried this a while ago, but even this didn‘t work for me. Did it do...

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...

> 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...