【nuitka】 Fatal Python error: Py_Initialize: unable to load the file system codec
- 1.背景
- 2.分析原因
- 3.解決辦法
- 4.運行
- 5.資源
1.背景
參考博客:
【nuitka】 打包cv.dnn.readNet(xml,bin)推理代碼,及打包python應用程式(3)
https://blog.csdn.net/jn10010537/article/details/112656086
文章提到:nuitka打包后在別的計算機上運行可能會報錯,即在臺式機打包后,在筆記本上運行報錯,如下圖1,2:
運行nuitka-mingw64編譯的face_detection.exe報錯如下圖1:

運行nuitka-MSVC
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/250689.html
標籤:python
