mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-18 20:27:58 +00:00
fixed bug
This commit is contained in:
parent
059f36aae2
commit
c31cae4631
@ -4,6 +4,9 @@ if not PackageManager.check_package_installed("pyautogui"):
|
||||
PackageManager.install_package("pyautogui")
|
||||
if not PackageManager.check_package_installed("PyQt5"):
|
||||
PackageManager.install_package("PyQt5")
|
||||
|
||||
if not PackageManager.check_package_installed("cv2"):
|
||||
PackageManager.install_package("opencv-python")
|
||||
import cv2
|
||||
import time
|
||||
from PyQt5 import QtWidgets, QtGui, QtCore
|
||||
|
Loading…
Reference in New Issue
Block a user