scrapydweb icon indicating copy to clipboard operation
scrapydweb copied to clipboard

SQL Alchemy 1.4 not supported, throws error

Open Tobeyforce opened this issue 4 years ago • 3 comments
trafficstars

Attempting to run Scrapydweb with the latest SQLAchemy (1.4 as of now) which is added when running pip install scrapydweb, throws errors. Rolling back to 1.3.2 fixed it for me.

Tobeyforce avatar Mar 16 '21 14:03 Tobeyforce

What database backend are you using? if postgresql, sqlalchemy removed in 1.4 support for URLs of the form postgres:// for postgresql://. see this.

mxdev88 avatar May 16 '21 09:05 mxdev88

This was just based on the default db that comes with scrapydweb, I noticed I got errors thrown when pulling from github and following the instructions (whereas it previously never was a problem). Might be fixed now, no clue :)

Tobeyforce avatar May 18 '21 16:05 Tobeyforce

Can confirm this. Rolling back to 1.3.2 worked for me as well 👍

johannesstricker avatar Jan 28 '22 05:01 johannesstricker

Fixed in scrapydweb v1.4.1

my8100 avatar Aug 31 '23 14:08 my8100