my8100 / scrapydweb

Web app for Scrapyd cluster management, Scrapy log analysis & visualization, Auto packaging, Timer tasks, Monitor & Alert, and Mobile UI. DEMO :point_right:
https://github.com/my8100/files
GNU General Public License v3.0
3.16k stars 565 forks source link

project dependices package version incompatible #202

Closed PandyYang closed 1 year ago

PandyYang commented 2 years ago

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:

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.

afc3liuyuan commented 2 years ago

Nice! Thanks a lot!

heilwood commented 2 years ago

Had same problem, thank you, but i also downgraded python-werkzeug to version 2.0.3-1

my8100 commented 1 year ago

Fixed in scrapydweb v1.4.1