feat(spider): 增强Playwright截图功能以支持打包环境
添加对打包环境的支持,自动检测运行环境并设置正确的浏览器路径 移除重复的截图方法,优化错误日志记录 更新requirements.txt添加playwright依赖
This commit is contained in:
1
pyinstaller_log.txt
Normal file
1
pyinstaller_log.txt
Normal file
@@ -0,0 +1 @@
|
||||
Aborting build process due to attempt to collect multiple Qt bindings packages: attempting to run hook for 'PyQt5', while hook for 'PySide6' has already been run! PyInstaller does not support multiple Qt bindings packages in a frozen application - either ensure that the build environment has only one Qt bindings package installed, or exclude the extraneous bindings packages via the module exclusion mechanism (--exclude command-line option, or excludes list in the spec file).
|
||||
Reference in New Issue
Block a user