Numpy: Import from source dir error
I am trying to import Numpy in my mojo project using
But I get the following Error:
But I get the following Error:
from python import Python
fn main() raises:
var np = Python.import_module("numpy")Unhandled exception caught during execution: Error importing numpy: you should not try to import numpy from
its source directory; please exit the numpy source tree, and relaunch
your python interpreter from there.
mojo: error: execution exited with a non-zero result: 1