Hello team, I’m currently using M1 Mac with kedro ...
# questions
d
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
this works for me
brew install cmake libomp
conda install lightgbm
m
This is not an issue with Kedro btw 🙂