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
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'
The text was updated successfully, but these errors were encountered:
It seems there is a missing configuration file in this project. I get the following error when launching run.py:
The text was updated successfully, but these errors were encountered: