ckan / ckan/datapusher

Missing dependencies while setting up DataPusher

Open
#194 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
82
Forks
157
PR merge metrics
No merged PRs in 30d

Description

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/datapusher_settings.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 :)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.