simonw / latest-datasette-with-all-plugins

Deploys Datasette with the latest version of every plugin
https://latest-with-plugins.datasette.io/
7 stars 2 forks source link

Get this working again #11

Open simonw opened 1 year ago

simonw commented 1 year ago

It's been broken for a while.

simonw commented 1 year ago
    raise exception.with_traceback(exception.__traceback__)
  File "/opt/hostedtoolcache/Python/3.8.17/x64/lib/python3.8/site-packages/pluggy/_callers.py", line 80, in _multicall
    res = hook_impl.function(*args)
  File "/opt/hostedtoolcache/Python/3.8.17/x64/lib/python3.8/site-packages/datasette_jellyfish/__init__.py", line 30, in prepare_connection
    conn.create_function(fn, 1, getattr(jellyfish, fn))
AttributeError: module 'jellyfish' has no attribute 'porter_stem'