cx_Freeze - opencv compatibility

后端 未结 2 565
执念已碎
执念已碎 2021-01-22 11:32

I get a numpy.core.multiarray failed to import error whenever I try to build an exe file using cx_Freeze.

My system uses the following versions:

2条回答
  •  [愿得一人]
    2021-01-22 12:09

    I managed to make this work only after I uninstalled cx_Freeze and installed Pyinstaller instead. It works like a charm.

提交回复
热议问题