pyinstaller打包报错 with open(path, 'rb') as stream: FileNotFoundError: [Errno 2] No such file or directory: 'd:\\python3.6.8\\lib\\site-packages\\prettytable-3.8.0-py3.6.egg\\EGG-INFO\\top_level.txt' 中文回答我
看起来你在使用 PyInstaller 打包你的 Python 程序时遇到了问题。出现这个错误可能是因为 PyInstaller 在尝试读取 `prettytable` 库的元信息时找不到 `top_level.txt` 文件。这可能是由于你的环境中 `prettytable` 库的安装问题。