openshift-roadshow / nationalparks-py

Backend component to display national parks (Python).
Apache License 2.0
23 stars 1.01k forks source link

Use fixed Flask version #5

Closed blues-man closed 3 years ago

blues-man commented 3 years ago

Due a change in latest Flask apparently, the flask-restful dep is not resolved. Downgrading to Flask 1.1.2 seems to solve the issue.

ImportError: cannot import name '_endpoint_from_view_func' from 'flask.helpers' (/opt/app-root/lib64/python3.8/site-packages/flask/helpers.py)

Similar issue: https://github.com/P0cL4bs/wifipumpkin3/issues/117