ckan / ckanext-googleanalytics

CKAN extension to integrate Google Analytics data into CKAN. Gives download stats on package pages, list of most popular packages, etc.
GNU Affero General Public License v3.0
35 stars 81 forks source link

python 2.7 support #56

Closed jeanpommier closed 3 years ago

jeanpommier commented 3 years ago

Hi, This extension is documented as compatible with ckan >= 2.7 I'm still using a CKAN 2.8 version, using python 2.7 (I know, it won't last). When I want to compile the extension, with python 2.7, I get a dependency issue with rsa: rsa stopped supporting python 2.7 after 4.0 version.

So, to still support python 2.7, you'd need to specify the rsa version in the requirements (rsa>=3.1.4, <=4.0)