okfn / docker-ckan

Docker images and Docker Compose setup for CKAN [Not Maintained]
GNU Affero General Public License v3.0
81 stars 91 forks source link

pip 21 no longer support python 2.7 #61

Closed avdata99 closed 3 years ago

avdata99 commented 3 years ago

We need to pin pip version from CKAN 2.8 because pip no longer support python 2

https://pip.pypa.io/en/stable/ image

amercader commented 3 years ago

Thanks @avdata99 . Can you add the change to the 2.7 and 2.9-py2 images as well?

avdata99 commented 3 years ago

Done for 2.7 and 2.9 @amercader

amercader commented 3 years ago

Thanks @avdata99