Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to CKAN2.9/py3 #9

Open
etj opened this issue May 18, 2022 · 0 comments
Open

Migrate to CKAN2.9/py3 #9

etj opened this issue May 18, 2022 · 0 comments

Comments

@etj
Copy link
Member

etj commented May 18, 2022

CKAN extension https://github.com/geosolutions-it/ckanext-geonetwork was made for a previous version of ckan, which only supported python 2.7

All the works we're doing on CKAN since a couple of years is bc python 2 reached its end of life
CKAN 2.9 is the first version to support py3 (it supports both py2 and py3, but we're moving our extensions to py3 only)
With this change, CKAN moved from pylons to flask
This means all the extensions need to be migrated to py3/flask
There's this guide that helps a lot in upgrading https://github.com/ckan/ckan/wiki/Python-3-migration-guide-for-extensions
All in all, we need to upgrade ckanext-geonetwork to ckan2.9/py3/flask

akshayb2022 added a commit to akshayb2022/ckanext-geonetwork that referenced this issue May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant