I can't open Lyra on UE5.0.2 due to "Plugin OpenColorIO failed to load" error

I’m a newbie to UE and I’ve been struggling to solve the error like this screenshot.
I’ve installed Lyra from Epic Games > Samples and created a project.
After that, I tried to open LyraStarterGame on Unreal Editor and I found this error
“Plugin ‘OpenColorIO’ failed to load because module ‘OpenColorIO’ could not be loaded.”.

I can create new projects and I can open other existing projects as usual, but not Lyra only.

I’m not able to find the solutions despite googling for hours.

Could you tell me how to solve this error?

I’m using Macbook Pro.

Finally I could’ve opened Lyra.
I edited Lyra.uproject file and toggled true/false of each plugins.
I just found the plugins I had to make them false.
{
“Name”: “MovieRenderPipeline”,
“Enabled”: false
},
{
“Name”: “MoviePipelineMaskRenderPass”,
“Enabled”: false
}