Missing dependencies while setting up DataPusher
Open
- 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.