Skip to main content
Question

Training instructions reference Toolkit 0.6.87 but repo modules pinned to 0.6.19

  • January 2, 2026
  • 1 reply
  • 41 views

oray
Committed
Forum|alt.badge.img+2

Following the training instructions(Date Engineer - Hands-on: Setting up the Equipment Container for RMDM), I installed cognite-toolkit==0.6.87.

 

However, the training repository is pinned to:
[modules]
version = "0.6.19"

This causes cdf build to fail with:
"The version of the modules (0.6.19) does not match the version of the installed CLI (0.6.87)"

The repo notes that the modules version should not be changed manually, so we're forced to downgrade the Toolkit, but this is not mentioned in the training material.

1 reply

Anders  Albert
Seasoned Practitioner
Forum|alt.badge.img
  • Seasoned Practitioner
  • January 5, 2026

Toolkit updates quite frequently - multiple times a week. This makes it hard to maintain training material. You can run `cdf modules upgrade` to fix this.

 

Note that we are working towards loosening the requirement that the Toolkit CLI version must match exactly your local modules, but that will not be out until v0.8 or likely v1.0 of Toolkit.