opendatacube / datacube-wps

Web Processing Service running on opendatacube
Other
7 stars 3 forks source link

Upgrade `pywps` version #89

Closed emmaai closed 3 years ago

emmaai commented 3 years ago

Expected behaviour

N/A

Actual behaviour

One of pywps dependencies on the current version 4.2.4 not compatible anymore

/env/lib/python3.6/site-packages/pywps/exceptions.py in <module>
     15 from werkzeug.wrappers import Response
     16 from werkzeug.exceptions import HTTPException
---> 17 from werkzeug._compat import text_type
     18 from werkzeug.utils import escape
     19 

ModuleNotFoundError: No module named 'werkzeug._compat'

Steps to reproduce the behaviour

Install the package on sandbox then import any module.

uchchwhash commented 3 years ago

Closed by #97.