Web app for Scrapyd cluster management, Scrapy log analysis & visualization, Auto packaging, Timer tasks, Monitor & Alert, and Mobile UI. DEMO :point_right:
not a bug, just base on my current env, give someone some suggestions...
follow the step by readme.can't start the app immediately, because
download the latest packge is incompatible, so it can't run, must update some config
Environment (please complete the following information):
Operating system: mac m1
Python version: 3.6.15
Additional context
just update the requirements.txt:
flask==2.0.2
flask-compress==1.12
run:
pip install -r requirements.txt
run:
scrapydweb
and it should worked
note: if u have download some incompatible pkg, run :
pip freeze | xargs pip uninstall -y
in your project virtual env, just like conda or pyenv.
this command will delete all you have download pkg. be careful.
not a bug, just base on my current env, give someone some suggestions... follow the step by readme.can't start the app immediately, because download the latest packge is incompatible, so it can't run, must update some config
Environment (please complete the following information):
Additional context just update the requirements.txt:
run:
run:
and it should worked
note: if u have download some incompatible pkg, run :
in your project virtual env, just like conda or pyenv. this command will delete all you have download pkg. be careful.