I am having some trouble install lean locally and getting the following error:

  creating build/temp.macosx-11.0-arm64-3.9/pandas/_libs

  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/chadbett/miniforge3/include -arch arm64 -fPIC -O2 -isystem /Users/chadbett/miniforge3/include -arch arm64 -DNPY_NO_DEPRECATED_API=0 -I./pandas/_libs -Ipandas/_libs/src/klib -I/private/var/folders/_y/wjgvt8611153b9c456wfmyr00000gn/T/pip-build-env-7m1_7in7/overlay/lib/python3.9/site-packages/numpy/core/include -I/Users/chadbett/miniforge3/include/python3.9 -c pandas/_libs/algos.c -o build/temp.macosx-11.0-arm64-3.9/pandas/_libs/algos.o -Wno-error=unreachable-code

  xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

  error: command '/usr/bin/clang' failed with exit code 1

  ----------------------------------------

  ERROR: Failed building wheel for pandas

Failed to build dependency-injector pandas

ERROR: Could not build wheels for pandas, which is required to install pyproject.toml-based projects

I went back through the tutorial and read through some of the common errors but haven't found any documentation on this. 

Any help would be greatly appreciated,

Chad