Issue with DAML Sandbox on macOS (aarch64) - SQLite Connection Error

One thing that might help is to double-check that you are actually using Daml 2.9.5. I ask because your error block has the following…

SDK 2.9.5 has been released!
See https://github.com/digital-asset/daml/releases/tag/v2.9.5 for details.

…which generally only happens if you are not using the latest. Keep in mind that you can have multiple versions of the Daml SDK installed. The version that is used depends on several factors (e.g., what is stated in the daml.yaml file)

Try this…

  1. In your space_limit folder run daml version --assistant=yes to confirm that you are using the expected version.
  2. Uninstall the Daml SDK 1.15.0. That’s really old. See Uninstall all but one Daml SDK? - #2 by WallaceKelly.

Does this still happen with only Daml SDK 2.9.5 installed?

1 Like