autopyexe无法转换(.py)脚本“添加了两个内部名称的一个二进制文件”

2024-05-16 07:12:45 发布

您现在位置:Python中文网/ 问答频道 /正文

有以下错误。 怎么了?为什么这个错误“一个二进制加上两个内部名称”闪现?有什么冲突吗?在

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')

Tags: toimageinfolocalpkgprocessorusersappdata
1条回答
网友
1楼 · 发布于 2024-05-16 07:12:45

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

相关问题 更多 >