scrapydweb icon indicating copy to clipboard operation
scrapydweb copied to clipboard

project dependices package version incompatible

Open PandyYang opened this issue 2 years ago • 1 comments

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.

PandyYang avatar Aug 12 '22 03:08 PandyYang

Nice! Thanks a lot!

afc3liuyuan avatar Sep 05 '22 16:09 afc3liuyuan

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

heilwood avatar Sep 20 '22 20:09 heilwood

Fixed in scrapydweb v1.4.1

my8100 avatar Aug 31 '23 14:08 my8100