datasette / datasette-extract

Import unstructured data (text and images) into structured tables
Apache License 2.0
129 stars 3 forks source link

module 'ulid' has no attribute 'ULID' #15

Closed simonw closed 3 months ago

simonw commented 3 months ago
  File "/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/datasette_extract/__init__.py", line 388, in extract_to_table_post
    task_id = str(ulid.ULID())
AttributeError: module 'ulid' has no attribute 'ULID'