pyinstaller 制作巨大的文件

pyinstaller makes huge sized file

pyinstaller 生成超大文件(超过 1.2GB)。 我不知道为什么... 有帮手吗?谢谢。

环境
蟒蛇 - Python 3.6.6

进口

from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.common.action_chains import ActionChains
import time
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.common.by import By
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.common.alert import Alert
import xlwings as xw
from tkinter import *
from tkinter import messagebox
from tkinter import filedialog

已尝试的命令

pyinstaller --noconsole --onefile "./test.py" --name="test.exe"
pyinstaller -F "./test.py" --name="test.exe"

文件列表以 'mkl' 开头,按大小 ASC 排序

已解决。只需重新安装 Anaconda。