Open Zanedname opened 6 months ago
raise FileNotFoundError(f"Icon input file {icon_path} not found") FileNotFoundError: Icon input file D:\ToolComfyUI-master\wx.ico not found。
how I can solve this problem?
不提供 ico 图标文件
您好! 我是否可以把pyinstaller降级到6.2.0,来避免我这边已经出现的存在病毒文件的问题?对软件的其他依赖有影响吗?
可以,pyinstaller 只是用来打包成 exe,你也可以用其它工具打包
raise FileNotFoundError(f"Icon input file {icon_path} not found") FileNotFoundError: Icon input file D:\ToolComfyUI-master\wx.ico not found。
how I can solve this problem?