conwetlab / ckanext-right_time_context

CKAN extension providing right time context support through FIWARE NGSI
GNU Affero General Public License v3.0
2 stars 10 forks source link

Support of Flask and python3 to integrate in CKAN v2.10.1 #16

Open pooja1pathak opened 1 year ago

pooja1pathak commented 1 year ago

I am trying to integrate the ckanext-right_time_context extension into CKAN v2.10.1. However, I am encountering "IRoutes and pylons" error while integrating extension.

In my analysis, I found that these errors are occurring due to flask and python3 changes in CKAN latest code whereas this extension is supporting python2 only.

On ticket #7744 CKAN community has suggested to changes in the extension to support Python 3 and Flask in order to make it compatible with CKAN's latest code.

Please confirm if it is okay to fix according to the issue confirmed in CKAN?

Labuschagne-Miro commented 7 months ago

@pooja1pathak This extension supports CKAN 2.5, 2.6, 2.7 and 2.8 only. We will not move to python 3 or flask.