Skip to content
New issue

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

Missing config.py file #1

Open
cbetan opened this issue Dec 10, 2020 · 0 comments
Open

Missing config.py file #1

cbetan opened this issue Dec 10, 2020 · 0 comments

Comments

@cbetan
Copy link

cbetan commented Dec 10, 2020

It seems there is a missing configuration file in this project. I get the following error when launching run.py:

vagrant@ubuntu-bionic:/vagrant$ python3 run.py 
Traceback (most recent call last):
  File "run.py", line 1, in <module>
    from BTC_ValueAverage import app
  File "/vagrant/BTC_ValueAverage/__init__.py", line 3, in <module>
    app.config.from_pyfile('config.py')
  File "/usr/local/lib/python3.6/dist-packages/flask/config.py", line 131, in from_pyfile
    with open(filename, mode="rb") as config_file:
FileNotFoundError: [Errno 2] Unable to load configuration file (No such file or directory): '/vagrant/instance/config.py'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant