Open simonw opened 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'
It's been broken for a while.