You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.
hello,
I am trying to setup the ml-annotate following the readme. I haven't gotten very far as I have set me environmental variable and then try to run the flask resetdb command but I get error: no such command 'resetdb'. Any help would be greatly appreciated! Cheers
update - got a little further and got the resetdb mostly working (my project folder didn't contain all of the files so i made sure it had them all). I started getting this error:
pg2/init.py", line 130, in connect
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) fe_sendauth: no password supplied
The text was updated successfully, but these errors were encountered:
getting somewhere. changed values in DATABASE URL to include my username and password and that seemed to work, but I'm still testing.
I was getting flask no such command for the add_user and the import_fake_data but I found I needed to use dash - instead of underscores and that worked.
Getting some errors when I try to run, but working through them.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hello,
I am trying to setup the ml-annotate following the readme. I haven't gotten very far as I have set me environmental variable and then try to run the flask resetdb command but I get error: no such command 'resetdb'. Any help would be greatly appreciated! Cheers
update - got a little further and got the resetdb mostly working (my project folder didn't contain all of the files so i made sure it had them all). I started getting this error:
pg2/init.py", line 130, in connect
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) fe_sendauth: no password supplied
The text was updated successfully, but these errors were encountered: