You are viewing a single comment's thread from:
RE: Deutschbot - A discord and curation bot for local steemit communities
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. :)
When i run the command .. this error shows up. btw .. how do you obtain DB_CONNECTION_URI
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.