I get a numpy.core.multiarray failed to import error whenever I try to build an exe file using cx_Freeze.
numpy.core.multiarray failed to import
My system uses the following versions:
I managed to make this work only after I uninstalled cx_Freeze and installed Pyinstaller instead. It works like a charm.