teamsempo/SempoBlockchain

Difficulty running Python app for the first time.

Closed this issue · 5 comments

I get the following error when running python ./run.py for the first time:

ENV_DEPLOYMENT_NAME: local
with BUILD_HASH: null
ATTEMPT LOAD LOCAL CONFIG
Traceback (most recent call last):
  File "./app/run.py", line 11, in <module>
    from server import create_app
  File "/Users/lucian/Desktop/SempoBlockchain/app/server/__init__.py", line 15, in <module>
    import config
  File "/Users/lucian/Desktop/SempoBlockchain/config.py", line 76, in <module>
    raise Exception("Missing Common Config File")
Exception: Missing Common Config File

Python 3.6.8
pip 19.3.1

Oh yep, current Sempo requires two sets of config files with tokens keys etc in it to get started -connecting to INFURA gateway and the like; I can send you a template, but there's a few services you'd need to sign up to. It's actually my next TODO to make it easier to launch for the first time.

Yes, please send me the template.
If you would like I could just add this step to the README, if that helps.

Closed for now as we've had some improvements on this one:
#202
#178