Search code examples
python-3.xnumpycx-freeze

cx_freeze exe have issue with numpy


enter image description herei'm using cx_Freeze for the first time, and i'm facing an issue with numpy. after i build the application with cx_freeze, whene i run the .exe file, i got this error in the image

i'm using numpy in my software, and obviously that's what make the problem, i wrote a litte software that uses numpy just for testing, and i built the .exe, and it gives me the same error, any help please ?


Solution

  • I suggest posting your setup.py but guessing based on a similar error I had previously, check that you have included numpy in the build_exe_options["packages"].