mahmoud/clastic

Recent failing

waghanza opened this issue · 3 comments

Hi @mahmoud,

Using clastic 20.0, I have

Traceback (most recent call last):
  File "/usr/src/app/server.py", line 6, in <module>
    from clastic import Application, render_basic
  File "/usr/local/lib/python3.9/site-packages/clastic/__init__.py", line 20, in <module>
    from . import server
  File "/usr/local/lib/python3.9/site-packages/clastic/server.py", line 18, in <module>
    from ._werkzeug_serving import reloader_loop, make_server
  File "/usr/local/lib/python3.9/site-packages/clastic/_werkzeug_serving.py", line 72, in <module>
    from werkzeug._compat import iteritems, PY2, reraise, text_type, \
ModuleNotFoundError: No module named 'werkzeug._compat'

Linked to : the-benchmarker/web-frameworks#4281

Regards,

Ah, yeah, werkzeug just released 2.0, I'll need to repin and rerelease. Thanks for the heads up.

@waghanza Fixed now (in 21.0.0), thanks again!