尽管存在PyInstaller找不到模块

时间:2020-09-25 19:59:00

标签: python compilation pyinstaller

我构建了一个Python程序,该程序将Trackmate XML文件转换为某些CSV文件。我已经在命令窗口中使用python解释器对其进行了测试,并且它可以工作;提示用户选择XML文件,然后在同一目录中创建两个CSV文件。

我想将此程序打包到一个可执行文件中,我尝试使用 pyinstaller 进行此操作。它可以编译,但是运行exe只会打开一个空白的命令窗口,该窗口不执行任何操作。它不起作用。查看警告列表,我认为原因几乎可以肯定,因为其中找不到许多重要软件包 numpy,scipy和pyqt (请参阅警告列表)。但是,我在conda软件包文件夹中安装了所有必需的软件包,所以我不明白为什么会这样。我没有其他选择可以解决此问题。

控制台日志:

(base) C:\Users\cyphe\Downloads\program>pyinstaller --onefile TrackmateXMLtoCSV.spec
65 INFO: PyInstaller: 4.0
65 INFO: Python: 3.8.3 (conda)
65 INFO: Platform: Windows-10-10.0.18362-SP0
67 INFO: UPX is not available.
72 INFO: Extending PYTHONPATH with paths
['C:\\Users\\cyphe\\Downloads\\program',
 'C:\\Users\\cyphe\\Downloads\\program',
 'C:\\Users\\cyphe\\miniconda3\\pkgs']
96 INFO: checking Analysis
196 INFO: Building because inputs changed
197 INFO: Initializing module dependency graph...
200 INFO: Caching module graph hooks...
211 INFO: Analyzing base_library.zip ...
2444 INFO: Processing pre-find module path hook distutils from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks\\pre_find_module_path\\hook-distutils.py'.
2446 INFO: distutils: retargeting to non-venv dir 'c:\\users\\cyphe\\miniconda3\\lib'
5350 INFO: Caching module dependency graph...
5493 INFO: running Analysis Analysis-00.toc
5508 INFO: Adding Microsoft.Windows.Common-Controls to dependent assemblies of final executable
  required by c:\users\cyphe\miniconda3\python.exe
5741 INFO: Analyzing TrackmateXMLtoCSV.py
6914 INFO: Processing pre-find module path hook site from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks\\pre_find_module_path\\hook-site.py'.
6914 INFO: site: retargeting to fake-dir 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\fake-modules'
9219 INFO: Processing pre-safe import module hook setuptools.extern.six.moves from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-setuptools.extern.six.moves.py'.
15983 INFO: Processing pre-safe import module hook six.moves from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-six.moves.py'.
c:\users\cyphe\miniconda3\lib\site-packages\traitlets\config\loader.py:795: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if len(key) is 1:
c:\users\cyphe\miniconda3\lib\site-packages\traitlets\config\loader.py:804: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if len(key) is 1:
19707 INFO: Processing pre-safe import module hook urllib3.packages.six.moves from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-urllib3.packages.six.moves.py'.
36755 INFO: Processing module hooks...
36755 INFO: Loading module hook 'hook-certifi.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
36759 INFO: Loading module hook 'hook-cryptography.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
36987 INFO: Loading module hook 'hook-IPython.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
37462 INFO: Excluding import 'gtk'
37467 INFO: Excluding import 'tkinter'
37470 INFO:   Removing import of tkinter from module IPython.lib.clipboard
37472 INFO: Excluding import 'PyQt5'
37476 INFO:   Removing import of PyQt5.QtSvg from module IPython.external.qt_loaders
37476 INFO:   Removing import of PyQt5.QtWidgets from module IPython.external.qt_loaders
37476 INFO:   Removing import of PyQt5.QtGui from module IPython.external.qt_loaders
37476 INFO:   Removing import of PyQt5 from module IPython.external.qt_loaders
37476 INFO:   Removing import of PyQt5.QtCore from module IPython.external.qt_loaders
37477 INFO: Excluding import 'PyQt4'
37482 INFO:   Removing import of PyQt4 from module IPython.external.qt_loaders
37488 INFO: Excluding import 'PySide'
37494 INFO:   Removing import of PySide from module IPython.external.qt_loaders
37494 INFO: Excluding import 'matplotlib'
37498 INFO:   Removing import of matplotlib.figure from module IPython.core.pylabtools
37499 INFO:   Removing import of matplotlib.pyplot from module IPython.core.pylabtools
37499 INFO:   Removing import of matplotlib.backend_bases from module IPython.core.pylabtools
37507 INFO:   Removing import of matplotlib._pylab_helpers from module IPython.core.pylabtools
37508 INFO:   Removing import of matplotlib from module IPython.core.pylabtools
37518 INFO: Loading module hook 'hook-jedi.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
38586 INFO: Loading module hook 'hook-jinja2.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
38639 INFO: Loading module hook 'hook-jsonschema.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
38656 INFO: Loading module hook 'hook-nbconvert.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
38768 INFO: Loading module hook 'hook-nbformat.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
38817 INFO: Loading module hook 'hook-notebook.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
41477 INFO: Loading module hook 'hook-pycparser.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
41478 INFO: Loading module hook 'hook-zmq.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
42221 INFO: Loading module hook 'hook-distutils.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
42222 INFO: Loading module hook 'hook-encodings.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
42299 INFO: Loading module hook 'hook-importlib_metadata.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
42301 INFO: Loading module hook 'hook-lib2to3.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
42335 INFO: Loading module hook 'hook-matplotlib.backends.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
42900 INFO:   Matplotlib backend "GTK3Agg": ignored
    backend Gtk3Agg requires cairo
43178 INFO:   Matplotlib backend "GTK3Cairo": ignored
    cairo backend requires that pycairo>=1.11.0 or cairocffiis installed
43454 INFO:   Matplotlib backend "MacOSX": ignored
    cannot import name '_macosx' from 'matplotlib.backends' (c:\users\cyphe\miniconda3\lib\site-packages\matplotlib\backends\__init__.py)
44250 INFO:   Matplotlib backend "nbAgg": added
<string>:12: MatplotlibDeprecationWarning:
The matplotlib.backends.backend_qt4agg backend was deprecated in Matplotlib 3.3 and will be removed two minor releases later.
44767 INFO:   Matplotlib backend "Qt4Agg": added
45039 INFO:   Matplotlib backend "Qt4Cairo": ignored
    cairo backend requires that pycairo>=1.11.0 or cairocffiis installed
45541 INFO:   Matplotlib backend "Qt5Agg": added
45823 INFO:   Matplotlib backend "Qt5Cairo": ignored
    cairo backend requires that pycairo>=1.11.0 or cairocffiis installed
46286 INFO:   Matplotlib backend "TkAgg": added
46745 INFO:   Matplotlib backend "TkCairo": ignored
    cairo backend requires that pycairo>=1.11.0 or cairocffiis installed
47221 INFO:   Matplotlib backend "WebAgg": added
47665 INFO:   Matplotlib backend "WX": ignored
    No module named 'wx'
47947 INFO:   Matplotlib backend "WXAgg": ignored
    No module named 'wx'
48227 INFO:   Matplotlib backend "WXCairo": ignored
    No module named 'wx'
48574 INFO:   Matplotlib backend "agg": added
48863 INFO:   Matplotlib backend "cairo": ignored
    cairo backend requires that pycairo>=1.11.0 or cairocffiis installed
49316 INFO:   Matplotlib backend "pdf": added
49758 INFO:   Matplotlib backend "pgf": added
50096 INFO:   Matplotlib backend "ps": added
50455 INFO:   Matplotlib backend "svg": added
50927 INFO:   Matplotlib backend "template": added
51316 INFO: Loading module hook 'hook-matplotlib.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
51661 INFO: Loading module hook 'hook-numpy.core.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
51801 INFO: MKL libraries found when importing numpy. Adding MKL to binaries
51804 INFO: Loading module hook 'hook-numpy.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
51805 INFO: Loading module hook 'hook-pandas.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
52562 INFO: Loading module hook 'hook-PIL.Image.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
52957 INFO: Loading module hook 'hook-PIL.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
52960 INFO: Excluding import 'tkinter'
52963 INFO:   Removing import of tkinter from module PIL.ImageTk
52964 INFO: Import to be excluded not found: 'FixTk'
52968 INFO: Excluding import 'PyQt5'
52972 INFO:   Removing import of PyQt5.QtCore from module PIL.ImageQt
52976 INFO:   Removing import of PyQt5.QtGui from module PIL.ImageQt
52977 INFO: Excluding import 'PyQt4'
52981 INFO: Excluding import 'PySide'
52985 INFO: Loading module hook 'hook-PIL.SpiderImagePlugin.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
52988 INFO: Excluding import 'tkinter'
52992 INFO: Import to be excluded not found: 'FixTk'
52997 INFO: Loading module hook 'hook-pkg_resources.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
53554 INFO: Processing pre-safe import module hook win32com from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\pre_safe_import_module\\hook-win32com.py'.
53881 WARNING: Hidden import "pkg_resources.py2_warn" not found!
53985 WARNING: Hidden import "pkg_resources.markers" not found!
53988 INFO: Excluding import '__main__'
53991 INFO:   Removing import of __main__ from module pkg_resources
53994 INFO: Loading module hook 'hook-pygments.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
55567 INFO: Loading module hook 'hook-PyQt5.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
57277 WARNING: Hidden import "PyQt5.sip" not found!
57278 INFO: Loading module hook 'hook-PyQt5.QtCore.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
57340 INFO: Loading module hook 'hook-PyQt5.QtGui.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
57509 INFO: Loading module hook 'hook-PyQt5.QtSvg.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
57789 INFO: Loading module hook 'hook-PyQt5.QtWidgets.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
58012 INFO: Loading module hook 'hook-pytz.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
58176 INFO: Loading module hook 'hook-scipy.linalg.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
58177 INFO: Loading module hook 'hook-scipy.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
58179 INFO: Loading module hook 'hook-scipy.sparse.csgraph.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
58182 INFO: Loading module hook 'hook-scipy.special._ellip_harm_2.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
58185 INFO: Loading module hook 'hook-scipy.special._ufuncs.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
58186 INFO: Loading module hook 'hook-scipy.stats._stats.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
58188 INFO: Loading module hook 'hook-setuptools.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
58904 INFO: Loading module hook 'hook-sqlite3.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
58977 INFO: Loading module hook 'hook-sysconfig.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
58978 INFO: Loading module hook 'hook-wcwidth.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
58982 INFO: Loading module hook 'hook-xml.dom.domreg.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
58983 INFO: Loading module hook 'hook-xml.etree.cElementTree.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
58986 INFO: Loading module hook 'hook-xml.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
58987 INFO: Loading module hook 'hook-_tkinter.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
59123 INFO: checking Tree
59171 INFO: checking Tree
59186 INFO: Loading module hook 'hook-pythoncom.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
59623 INFO: Loading module hook 'hook-pywintypes.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
60059 INFO: Loading module hook 'hook-win32com.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
c:\users\cyphe\miniconda3\lib\site-packages\win32com\client\makepy.py:369: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if path is not '' and not os.path.exists(path):
60545 INFO: Loading module hook 'hook-packaging.py' from 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks'...
60664 INFO: Looking for ctypes DLLs
60849 INFO: Analyzing run-time hooks ...
60864 INFO: Including run-time hook 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py'
60867 INFO: Including run-time hook 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth__tkinter.py'
60869 INFO: Including run-time hook 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgres.py'
60871 INFO: Including run-time hook 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_win32comgenpy.py'
60879 INFO: Including run-time hook 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pyqt5.py'
60881 INFO: Including run-time hook 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\rthooks\\pyi_rth_traitlets.py'
60883 INFO: Including run-time hook 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\rthooks\\pyi_rth_certifi.py'
60890 INFO: Including run-time hook 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_mplconfig.py'
60891 INFO: Including run-time hook 'c:\\users\\cyphe\\miniconda3\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_mpldata.py'
60934 INFO: Looking for dynamic libraries
60998 WARNING: lib not found: impi.dll dependency of c:\users\cyphe\miniconda3\Library\bin\mkl_blacs_intelmpi_ilp64.dll
61048 WARNING: lib not found: mpich2mpi.dll dependency of c:\users\cyphe\miniconda3\Library\bin\mkl_blacs_mpich2_ilp64.dll
61201 WARNING: lib not found: impi.dll dependency of c:\users\cyphe\miniconda3\Library\bin\mkl_blacs_intelmpi_lp64.dll
61206 WARNING: lib not found: mpich2mpi.dll dependency of c:\users\cyphe\miniconda3\Library\bin\mkl_blacs_mpich2_lp64.dll
61261 WARNING: lib not found: msmpi.dll dependency of c:\users\cyphe\miniconda3\Library\bin\mkl_blacs_msmpi_ilp64.dll
61656 WARNING: lib not found: msmpi.dll dependency of c:\users\cyphe\miniconda3\Library\bin\mkl_blacs_msmpi_lp64.dll
61763 WARNING: lib not found: pgf90rtl.dll dependency of c:\users\cyphe\miniconda3\Library\bin\mkl_pgi_thread.dll
61764 WARNING: lib not found: pgc14.dll dependency of c:\users\cyphe\miniconda3\Library\bin\mkl_pgi_thread.dll
61766 WARNING: lib not found: pgf90.dll dependency of c:\users\cyphe\miniconda3\Library\bin\mkl_pgi_thread.dll
62524 WARNING: lib not found: libzmq.cp38-win_amd64.pyd dependency of c:\users\cyphe\miniconda3\lib\site-packages\zmq\backend\cython\utils.cp38-win_amd64.pyd
62530 WARNING: lib not found: libzmq.cp38-win_amd64.pyd dependency of c:\users\cyphe\miniconda3\lib\site-packages\zmq\backend\cython\_poll.cp38-win_amd64.pyd
62540 WARNING: lib not found: libzmq.cp38-win_amd64.pyd dependency of c:\users\cyphe\miniconda3\lib\site-packages\zmq\backend\cython\_device.cp38-win_amd64.pyd
62547 WARNING: lib not found: libzmq.cp38-win_amd64.pyd dependency of c:\users\cyphe\miniconda3\lib\site-packages\zmq\backend\cython\context.cp38-win_amd64.pyd
62552 WARNING: lib not found: libzmq.cp38-win_amd64.pyd dependency of c:\users\cyphe\miniconda3\lib\site-packages\zmq\backend\cython\socket.cp38-win_amd64.pyd
62559 WARNING: lib not found: libzmq.cp38-win_amd64.pyd dependency of c:\users\cyphe\miniconda3\lib\site-packages\zmq\backend\cython\_proxy_steerable.cp38-win_amd64.pyd
62565 WARNING: lib not found: libzmq.cp38-win_amd64.pyd dependency of c:\users\cyphe\miniconda3\lib\site-packages\zmq\backend\cython\error.cp38-win_amd64.pyd
62572 WARNING: lib not found: libzmq.cp38-win_amd64.pyd dependency of c:\users\cyphe\miniconda3\lib\site-packages\zmq\backend\cython\message.cp38-win_amd64.pyd
62578 WARNING: lib not found: libzmq.cp38-win_amd64.pyd dependency of c:\users\cyphe\miniconda3\lib\site-packages\zmq\backend\cython\_version.cp38-win_amd64.pyd
63378 INFO: Looking for eggs
63378 INFO: Using Python library c:\users\cyphe\miniconda3\python38.dll
63379 INFO: Found binding redirects:
[]
63400 INFO: Warnings written to C:\Users\cyphe\Downloads\program\build\TrackmateXMLtoCSV\warn-TrackmateXMLtoCSV.txt
63763 INFO: Graph cross-reference written to C:\Users\cyphe\Downloads\program\build\TrackmateXMLtoCSV\xref-TrackmateXMLtoCSV.html
63975 INFO: checking PYZ
64004 INFO: Building because toc changed
64004 INFO: Building PYZ (ZlibArchive) C:\Users\cyphe\Downloads\program\build\TrackmateXMLtoCSV\PYZ-00.pyz
67934 INFO: Building PYZ (ZlibArchive) C:\Users\cyphe\Downloads\program\build\TrackmateXMLtoCSV\PYZ-00.pyz completed successfully.
68004 INFO: checking PKG
68074 INFO: Building because toc changed
68074 INFO: Building PKG (CArchive) PKG-00.pkg
157275 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
157407 INFO: Bootloader c:\users\cyphe\miniconda3\lib\site-packages\PyInstaller\bootloader\Windows-64bit\run.exe
157407 INFO: checking EXE
157485 INFO: Building because toc changed
157486 INFO: Building EXE from EXE-00.toc
157510 INFO: Appending archive to EXE C:\Users\cyphe\Downloads\program\dist\TrackmateXMLtoCSV.exe
157910 INFO: Building EXE from EXE-00.toc completed successfully.

规格文件:

# -*- mode: python ; coding: utf-8 -*-

block_cipher = None


a = Analysis(['TrackmateXMLtoCSV.py'],
             pathex=['C:\\Users\\cyphe\\Downloads\\program',
             'C:\\Users\\cyphe\\miniconda3\\pkgs'],
             binaries=[],
             datas=[],
             hiddenimports=[],
             hookspath=[],
             runtime_hooks=[],
             excludes=[],
             win_no_prefer_redirects=False,
             win_private_assemblies=False,
             cipher=block_cipher,
             noarchive=False)
pyz = PYZ(a.pure, a.zipped_data,
             cipher=block_cipher)
exe = EXE(pyz,
          a.scripts,
          a.binaries,
          a.zipfiles,
          a.datas,
          [],
          name='TrackmateXMLtoCSV',
          debug=False,
          bootloader_ignore_signals=False,
          strip=False,
          upx=True,
          upx_exclude=[],
          runtime_tmpdir=None,
          console=True )

我为日志转储表示歉意,但我感到非常绝望。我在九个地狱中想念什么?

0 个答案:

没有答案