然而,当我尝试添加pandas、matplotlib或sklearn时,我遇到了Qt的问题。import pandas时,我收到了相同的警告(以及关于libzmq.pyd的警告,但我在工作程序中更早地得到了警告)。当我尝试运行119MB的.exe时,程序崩溃并抛出以下错误:
WARNING: file already exists but should not:
我正在尝试包装一个Python脚本到一个可执行文件中使用PyInstaller (开发版本)的windows。
该脚本使用Pandas,并且我在运行exe时遇到错误。File "C:\Users\Eddie\Anaconda3\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631,module named 'pandas
我已经使用openpyxl编写了一个涉及excel工作表操作的python脚本。使用python解释器时,脚本运行正常。一旦我使用pyinstaller使单个windows可执行并运行该程序,它就会抛出错误:
FileNotFoundError: [Errno 2] No such file or directory: