Ubuntu pyinstaller支持哪些庫

小樊
87
2024-07-25 19:46:07

Ubuntu pyinstaller支持的庫包括但不限于:

  1. PyQt5
  2. Tkinter
  3. numpy
  4. scipy
  5. pandas
  6. matplotlib
  7. scikit-learn
  8. tensorflow
  9. keras
  10. OpenCV

此外,PyInstaller還支持其他許多第三方庫和模塊,可以根據(jù)需要進(jìn)行安裝和配置。需要注意的是,某些庫可能在使用PyInstaller打包時(shí)會(huì)出現(xiàn)一些問題,需要進(jìn)行額外的配置或處理。

0