0
我有這個模塊的輸入:Pyinstaller進口了太多的模塊
import requests
from bs4 import BeautifulSoup
import pandas as pd
import mechanicalsoup
當我運行pyinstaller用這個命令:
pyinstaller Final.py --onefile
模塊的一大堆得到進口,像Matplotlib,PyQt的 - 我認爲整個安裝的模塊束和可執行的Final.exe有200MB。
任何想法爲什麼以及如何解決這個問題?