The CBE Clima Tool is a web-based application built to support the need of architects and engineers interested in climate-adapted design. It allows users to analyze the climate data of more than 27,500 locations worldwide using the data contained in EPW files.
$ pipenv run python my_project.py
/Users/chuck/.local/share/virtualenvs/clima-sybb1K6o/bin/python: can't open file '/Users/chuck/github/mccalluc/clima/my_project.py': [Errno 2] No such file or directory
Since my_project is now a directory, I just looked for other candidates at the top level, and main.py seems to work for me.
$ pipenv run python main.py
Dash is running on http://0.0.0.0:8080/
* Serving Flask app 'app'
* Debug mode: off
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on all addresses (0.0.0.0)
* Running on http://127.0.0.1:8080
* Running on http://10.0.0.30:8080
The current directions give me an error:
Since
my_project
is now a directory, I just looked for other candidates at the top level, andmain.py
seems to work for me.