Blender Cmake error on MacOS

Hi,

I’m trying to use the bpy package outside Blender, so I followed this tutorial: Building Blender/Mac - Blender Developer Wiki

I ran into this error when trying to make blender downloaded form the blender repo.

Consolidate compiler generated dependencies of target bf_freestyle
[100%] Built target bf_freestyle
Consolidate compiler generated dependencies of target blender
[100%] Building C object source/creator/CMakeFiles/blender.dir/buildinfo.c.o
[100%] Linking CXX executable ../../bin/Blender.app/Contents/MacOS/Blender
now run: "make install" to copy runtime files and scripts to Blender.app/Contents/Resources/3.3
[100%] Built target blender
Install the project...
-- Install configuration: "Release"
CMake Error at source/creator/cmake_install.cmake:53 (file):
  file INSTALL cannot find
  "/Users/lhwang/Documents/blender-git/blender/release/datafiles/locale/languages":
  No such file or directory.
Call Stack (most recent call first):
  cmake_install.cmake:46 (include)


make[1]: *** [install] Error 1
make: *** [all] Error 2

Can someone help me with this?
Or is there another way to use bpy outside of Blender?

Thanks,
Lehong