alephdata / memorious

Lightweight web scraping toolkit for documents and structured data.
https://docs.alephdata.org/developers/memorious
MIT License
311 stars 59 forks source link

sqlachemy version #214

Open rewiaca opened 1 year ago

rewiaca commented 1 year ago

Can't launch it without docker, sqlalchemy version is not provided in setup.py so I have all sorts of errors, such as:

sqlalchemy.exc.ArgujmentError: Could not parse rfc1738 URL from string './datastore.sqllite3'

when downgrading followthemoney==2.3.1

and

TypeError: 'TravesibleType' object is not subscriptable

for followthemoney==3.2.1 and sqlalchemy==1.4.4