Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependencies while setting up DataPusher #194

Open
debbielee1996 opened this issue Jul 3, 2020 · 0 comments · May be fixed by #208
Open

Missing dependencies while setting up DataPusher #194

debbielee1996 opened this issue Jul 3, 2020 · 0 comments · May be fixed by #208

Comments

@debbielee1996
Copy link

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

@mbocevski mbocevski linked a pull request Oct 8, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant