You are viewing a single comment's thread from:

RE: Deutschbot - A discord and curation bot for local steemit communities

in #utopian-io7 years ago (edited)

Please follow the instructions. It seems you have missed the step:

$ pip install -r requirements.txt

Edit: also, if you're not working on a virtual python3 environments, you should follow felixxx's advise. :)

Sort:  

When i run the command .. this error shows up. btw .. how do you obtain DB_CONNECTION_URI

Screen Shot 2018-02-07 at 4.35.21 PM.png

If you point to a non existing db, it will automatically create one.
For a real easy solution, you could just put:

DB_CONNECTION_URI = 'sqlite:///./communitybot.db'

It will create the db right in the folder, you started the script from.