ckan / ckan/datapusher

Flask version needs to be below 0.12

Open
#165 4 comments 3 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
82
Forks
157
PR merge metrics
No merged PRs in 30d

Description

The standard install from GitHub currently installs the latest version of Flask, currently 1.0.2

This results in the error message

> ImportError: No module named ext.login

as due to deprecation in how Flask deals with extensions, this is no longer functional. More info at:

http://flask.pocoo.org/docs/0.12/upgrading/#extension-imports

To solve this, you need Flask maximum version 0.12, achieved by:

```
pip uninstall flask
pip install flask==0.12
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.