Skip to content

Commit

Permalink
Update utilities.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ParisNeo authored Oct 8, 2024
1 parent d66801e commit edba481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lollms/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edba481

Please sign in to comment.