Skip to content

ClawSeal v1.1.5 — Hotfix: Dashboard Import Error

Latest

Choose a tag to compare

@Sdvegas21 Sdvegas21 released this 16 Apr 02:31
· 6 commits to main since this release

Fixed

  • Critical: Fixed ModuleNotFoundError: No module named 'clawseal_core' in dashboard when installed from PyPI
    • Dashboard app.py was importing from source directory name (clawseal_core) instead of installed package name (clawseal)
    • Changed import to: from clawseal.memory.scroll_memory_store import ScrollMemoryStore
    • Dashboard now works correctly in both dev and PyPI-installed environments
    • Bug affected all users installing from PyPI who ran clawseal-quickstart

Notes

  • Hotfix release — No new features, only fixes packaging bug introduced in 1.1.4
  • If you installed 1.1.4 and experienced the import error, upgrade to 1.1.5: pip install --upgrade clawseal

Install: pip install --upgrade --no-cache-dir clawseal
Test: clawseal-quickstart