【问题标题】:auto-py-exe - unable to convert (.py) script - "One binary added with two internal names"auto-py-exe - 无法转换 (.py) 脚本 - “一个二进制文件添加了两个内部名称”
【发布时间】:2018-11-16 13:41:45
【问题描述】:

出现以下错误。 怎么了?为什么这个错误“一个二进制文件添加了两个内部名称”闪烁?有没有冲突?

17175 INFO: Looking for dynamic libraries
17971 WARNING: lib not found: python35.dll dependency of C:\Users\Administrator\AppData\Local\Programs\Python\Python37\lib\site-packages\sip.pyd
27100 INFO: Looking for eggs
27100 INFO: Using Python library C:\Users\Administrator\AppData\Local\Programs\Python\Python37\python37.dll
27100 INFO: Found binding redirects: 
[]
27100 INFO: Warnings written to C:\Users\Administrator\AppData\Local\Programs\Python\Python37\auto-py-to-exe-master\build\Image Processor\warn-Image Processor.txt
27196 INFO: Graph cross-reference written to C:\Users\Administrator\AppData\Local\Programs\Python\Python37\auto-py-to-exe-master\build\Image Processor\xref-Image Processor.html
27230 INFO: checking PYZ
27230 INFO: Building PYZ because PYZ-00.toc is non existent
27230 INFO: Building PYZ (ZlibArchive) C:\Users\Administrator\AppData\Local\Programs\Python\Python37\auto-py-to-exe-master\build\Image Processor\PYZ-00.pyz
28279 INFO: Building PYZ (ZlibArchive) C:\Users\Administrator\AppData\Local\Programs\Python\Python37\auto-py-to-exe-master\build\Image Processor\PYZ-00.pyz completed successfully.
28295 INFO: checking PKG
28295 INFO: Building PKG because PKG-00.toc is non existent
28295 INFO: Building PKG (CArchive) PKG-00.pkg
28720 WARNING: One binary added with two internal names.
28720 WARNING: ('libGLESv2.dll',
 'C:\\Users\\Arvind1\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyQt5\\Qt\\bin\\libGLESv2.dll',
 'BINARY')
28720 WARNING: was placed previously at
28720 WARNING: ('PyQt5\\Qt\\bin\\libGLESv2.dll',
 'C:\\Users\\Arvind1\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyQt5\\Qt\\bin\\libGLESv2.dll',
 'BINARY')

【问题讨论】:

    标签: python python-3.x pyqt5 pyinstaller


    【解决方案1】:

    在 PyInstaller 3.4 版本中,我也收到了这个警告。 (至少关于One binary added with two internal nameslibGLESv2.dll/PyQt5\\Qt\\bin\\libGLESv2.dll的部分。)在项目的develop分支上(this is a known working commit at the time of this post),这个WARNING仍然出现,但至少我的项目现在构建成功了。

    【讨论】:

      猜你喜欢
      • 2023-01-04
      • 2020-10-24
      • 2021-10-03
      • 2021-11-04
      • 1970-01-01
      • 2022-06-18
      • 2017-07-29
      • 1970-01-01
      • 2021-08-12
      相关资源
      最近更新 更多