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)
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
)