mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-20 04:47:55 +00:00
bugfix pipmaster
This commit is contained in:
parent
7c69b99008
commit
58e964bfc8
2
app.py
2
app.py
@ -23,7 +23,7 @@ if not PackageManager.check_package_installed_with_version("ascii_colors", expec
|
|||||||
from ascii_colors import ASCIIColors
|
from ascii_colors import ASCIIColors
|
||||||
ASCIIColors.success("OK")
|
ASCIIColors.success("OK")
|
||||||
|
|
||||||
expected_pipmaster_version = "0.3.0"
|
expected_pipmaster_version = "0.3.1"
|
||||||
ASCIIColors.yellow(f"Checking pipmaster ({expected_pipmaster_version}) ...", end="", flush=True)
|
ASCIIColors.yellow(f"Checking pipmaster ({expected_pipmaster_version}) ...", end="", flush=True)
|
||||||
if not PackageManager.check_package_installed_with_version("pipmaster", expected_pipmaster_version):
|
if not PackageManager.check_package_installed_with_version("pipmaster", expected_pipmaster_version):
|
||||||
PackageManager.install_or_update("pipmaster")
|
PackageManager.install_or_update("pipmaster")
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit b5dc256323694069acc3b9414a451f8380a73b43
|
Subproject commit c1ae28eb76f40e86c5f6381268269a87b4b1affe
|
Loading…
Reference in New Issue
Block a user