I want to test the Mojo kernel on my Mac. I’m using the pixi environment with Mojo version 0.25.6.0.dev2025091505 (9595273d). When I run the command pixi run mojo -I ~/git-ws/mojo_ws/modular/max/kernels/ ~/git-ws/mojo_ws/modular/max/kernels/test/nn/test_direct_conv.mojo, I get the error: error: unable to locate module 'comm'.
Try adding src to the end of your include path:
pixi run mojo \
-I ~/git-ws/mojo_ws/modular/max/kernels/src \
~/git-ws/mojo_ws/modular/max/kernels/test/nn/test_direct_conv.mojo
That’s where comm lives.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.