这是warn.txt
This file lists modules PyInstaller was not able to find.named pyimod03_importers - imported by C:\Users\reidw\AppData\Roaming\Python\Python39\site-packages\PyInstaller
我下载了pyinstaller的开发版本: github/pyinstaller/pyinstaller。当按照pyinstaller ()上描述的步骤运行服务器( .\PyInstaller\loader\pyi_importers.py", line 270, in load_module
exec(bytecode, module.\PyInstaller\loader\pyi_importers.py", line 270, in load
import numpy as np
import numpy as np我将prog.py的副本粘贴到pyInstaller我计算命令行pyinstaller -F eulersolver.py,这将在dist文件夹中创建一个prog.exe。当我运行这段代码时Failed to execute script prog
但我的程序不使用这个模块</