We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
standalone version documentation bump alephdata#214
5a27fda
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: