error: Unable to locate a suitable libpython when running Mojo executable
There's no libpython.so file with .so extension on macOS, how to set MOJO_PYTHON_LIBRARY then?
1 Reply
on macos, libpython ends with
.dylib
. So you can do something like this (here's a real example using miniconda in an env called mojo1 ):