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 153 forks source link

Internal Error after install Datapusher on port 8800 #184

Open MichaelHarmsTIB opened 4 years ago

MichaelHarmsTIB commented 4 years ago

Hi guys, i have got an error in following script:

`import os import sys import hashlib

activate_this = os.path.join('/usr/lib/ckan/datapusher/bin/activate_this.py') execfile(activate_this, dict(file=activate_this))

import ckanserviceprovider.web as web os.environ['JOB_CONFIG'] = '/etc/ckan/datapusher_settings.py' web.init()

import datapusher.jobs as jobs

application = web.app` Error log writes on line 8 -- ImportError no module named contrib.fixers

Has someone an idea whats wrong with my config?

MichaelHarmsTIB commented 4 years ago

And other message is there is no ckanserviceprovider, normally I never have had to install a ckanserviceprovider.

mpolidori commented 4 years ago

A newer version of werkzeug removes some deprecated code. You should be able to get around this by installing werkzeug==0.16.0.