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.shscript with the desired flags on your local filesystem in the Obelisk rootrun
obk-cleanand try againif developing in
pixi, delete your.pixiandpixi.lockdirectories/files and try rebuilding from scratchif developing in
dockeror on a local filesystem, make sure you run theinstall_sys_deps.shscript under thescriptsdirectoryif that doesn’t work in
docker, try clearing out cached Docker images and rebuilding the image from scratch