Anyone ever encounter being unable to import tenso...
# questions
a
Anyone ever encounter being unable to import tensorflow in a kedro project even when any other module installed in the project can be imported? (this is all in a fresh docker build)
d
Can you paste the error?
a
It
It's just
ModuleNotFoundError: No module named 'tensorflow'
I think I have it narrowed down to an M2 chip issue though
everything builds and tests fine in CI
just not on my local env
If I chuck my M2 out the window, it should fix the issue.
d
Oh, you can do it on M2 also
a
Yeah I'm sure I can, I just have to figure out what is different in the setup
d
This fixed it for me
a
Awesome, thanks I will def check that out