gtfspy-webviz icon indicating copy to clipboard operation
gtfspy-webviz copied to clipboard

Dependency issues: flask and flask-runner

Open jleape opened this issue 5 years ago • 0 comments

I was able to get it running by using Python 3.8:

conda create --name gtfspy-webviz python=3.8

and modifying requirements.txt to the following:

gtfspy
flask==0.10
flask-runner
flask_cors

jleape avatar Feb 03 '20 20:02 jleape