Frequently Asked Questions
Installing
C++ Library
Python Library
General
Errors
Build or Dependency Errors
If you see CMake errors upon trying to run or build Obelisk code, there are a few things to try:
make sure you have the most updated commands and aliases by running the
setup.sh
script with the desired flags on your local filesystem in the Obelisk rootrun
obk-clean
and try againif developing in
pixi
, delete your.pixi
andpixi.lock
directories/files and try rebuilding from scratchif developing in
docker
or on a local filesystem, make sure you run theinstall_sys_deps.sh
script under thescripts
directoryif that doesn’t work in
docker
, try clearing out cached Docker images and rebuilding the image from scratch