https://kedro.org/ logo
#questions
Title
# questions
d

Daniel Lee

07/31/2023, 5:44 AM
Hello team, I’m currently using M1 Mac with kedro version 0.18.3 and was trying to run kedro to import the Pick DataSet that needs to use lightgbm package. However, even after I ran
brew install libomp
, I’m encountering an error where it says
(mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64'))
. Do you know how I can go around this issue if it’s related to the architecture? And normally how is this being resolved?
m

meharji arumilli

07/31/2023, 7:34 AM
this works for me
brew install cmake libomp
conda install lightgbm
m

marrrcin

07/31/2023, 10:36 AM
This is not an issue with Kedro btw 🙂
2 Views