mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-18 20:27:58 +00:00
Update utilities.py
This commit is contained in:
parent
d66801e291
commit
edba481804
@ -340,6 +340,7 @@ def show_yes_no_dialog(title, text):
|
||||
import sys
|
||||
print(sys.executable)
|
||||
import pipmaster as pm
|
||||
pm.package_manager = sys.executable + " -m pip"
|
||||
if not pm.is_installed("tk"):
|
||||
pm.install("tk")
|
||||
import tkinter as tk
|
||||
|
Loading…
Reference in New Issue
Block a user