mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-01-20 19:49:25 +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
|
import sys
|
||||||
print(sys.executable)
|
print(sys.executable)
|
||||||
import pipmaster as pm
|
import pipmaster as pm
|
||||||
|
pm.package_manager = sys.executable + " -m pip"
|
||||||
if not pm.is_installed("tk"):
|
if not pm.is_installed("tk"):
|
||||||
pm.install("tk")
|
pm.install("tk")
|
||||||
import tkinter as tk
|
import tkinter as tk
|
||||||
|
Loading…
Reference in New Issue
Block a user