{"id":23423,"library":"chialisp-loader","title":"ChiaLisp Loader","description":"A utility for loading ChiaLisp puzzle files, with dynamic rebuild support when chialisp_builder is available. Version 0.1.2 is current; release cadence is low.","status":"active","version":"0.1.2","language":"python","source_language":"en","source_url":"https://github.com/Chia-Network/chialisp-loader","tags":["chia","chialisp","puzzle","blockchain"],"install":[{"cmd":"pip install chialisp-loader","lang":"bash","label":"PyPI"}],"dependencies":[{"reason":"Optional, enables dynamic rebuild of puzzles","package":"chialisp_builder","optional":true}],"imports":[{"note":"Old import path used in very early versions","wrong":"from chialisp.loader import load_puzzle","symbol":"load_puzzle","correct":"from chialisp_loader import load_puzzle"}],"quickstart":{"code":"from chialisp_loader import load_puzzle\npuzzle = load_puzzle('puzzle.clsp')\nprint(puzzle)","lang":"python","description":"Load a compiled puzzle from a .clsp file. If chialisp_builder is installed and the source is newer, it rebuilds automatically."},"warnings":[{"fix":"pip install chialisp-builder","message":"The optional dependency `chialisp_builder` must be installed separately for dynamic rebuilds; otherwise, only precompiled hex is loaded.","severity":"gotcha","affected_versions":"all"},{"fix":"Use `from chialisp_loader import load_puzzle`","message":"Old import path `chialisp.loader` was used in pre-0.1.0 versions; use `chialisp_loader` package name.","severity":"deprecated","affected_versions":"<0.1.0"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Run `pip install chialisp-loader` and import as `from chialisp_loader import load_puzzle`.","cause":"Package not installed or typo in import (e.g., missing underscore).","error":"ModuleNotFoundError: No module named 'chialisp_loader'"},{"fix":"Ensure the file exists and the path is correct; use absolute or relative path correctly.","cause":"The file path provided to load_puzzle does not exist.","error":"FileNotFoundError: [Errno 2] No such file or directory: 'puzzle.clsp'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}