我使用Python3.3和PyInstaller 3.4编译了一个需要使用scipy.signal.periodogram()函数的程序,它会导致.exe在启动时崩溃。请帮助我弄清楚是否需要在我的.spec文件中包含一些特定的DLL,或者包含一些其他的隐藏导入!下面是我的PyInstaller命令:
F
我正试图用pyinstaller和一个.spec文件为我的项目构建一个“一个文件”可执行文件。\loader\pyimod03_importers.py", line 714, in load_moduleImportError: DLL load failed: The specified module could not be found.在尝试导入scipy.special时,即使我已经将它添加到隐藏导入部分,它也会<em
我使用Python3.8.6在Windows 10中工作,并使用PyInstaller 4.0将我的脚本编译为发行版的可执行文件。我今天刚添加了一个需要导入win32clipboard的特性。PyInstaller完成编译时没有出现任何错误,但由于以下原因,excecutable无法加载:pyinstaller m
当我用-F检查时,我得到了一个‘加载脚本错误失败’,命令行说ImportError: DLL load failed while importing aggregations: The specified module could not be found.另外,有没有支持eel的Pyinstaller的替代品?在pyinstaller</em
我正在尝试使用Pyinstaller捆绑一个使用Scipy的脚本(具体地说,就是来自scipy.interpolate的函数)。尽管在Python中它通常可以很好地工作,但我得到了错误ImportError: No module named 'scipy'import scipypyinstaller path/to/code.py
我也尝试过隐