ckan / datapusher

A standalone web service that pushes data files from a CKAN site resources into its DataStore
GNU Affero General Public License v3.0
77 stars 154 forks source link

Missing dependencies while setting up DataPusher #194

Open debbielee1996 opened 4 years ago

debbielee1996 commented 4 years ago

I am trying to set up Datapusher via https://docs.ckan.org/projects/datapusher/en/latest/development.html

Running the last step _python datapusher/main.py deployment/datapushersettings.py in my virtual environment, I met with multiple issues. Firstly it was ImportError for ckanserviceprovider.web, which I resolved via pip install ckanserviceprovider Then there was the ImportError for messytables and slugify, which i pip installed as well. Currently, I am stuck on the AttributeError for 'module' object has no attribute 'async'.

Please help, thank you :)