ckan / ckanapi

A command line interface and Python module for accessing the CKAN Action API
Other
178 stars 74 forks source link

Problem when I install in Python 3 #110

Closed Artimael closed 7 years ago

Artimael commented 7 years ago

Hi, I ave a problem when I install the api in Python 3

captura

I attach a image

TkTech commented 7 years ago

CKAN does not support Python 3.

wardi commented 7 years ago

Yes, try again without ckan installed in your environment and you can use ckanapi's RemoteCKAN class (only). ckanapi tries to import ckan so you can run LocalCKAN calls but that only works with Python 2 right now.