From 54d4413c1de3552a7707a19be8282107c4106285 Mon Sep 17 00:00:00 2001 From: Sergey Zhuk Date: Thu, 3 Aug 2023 17:45:38 +0100 Subject: [PATCH] Use system python --- Formula/label-studio.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/label-studio.rb b/Formula/label-studio.rb index 41dcb13..216d5f5 100644 --- a/Formula/label-studio.rb +++ b/Formula/label-studio.rb @@ -15,11 +15,9 @@ class LabelStudio < Formula end depends_on "postgresql@14" - depends_on "python@3.8" def install venv = virtualenv_create(libexec, "python3", system_site_packages: true) - system libexec/"bin/pip", "install", "--verbose", "--upgrade", "pip==22.3.1" system libexec/"bin/pip", "install", "--verbose", "--ignore-installed", buildpath system libexec/"bin/pip", "uninstall", "-y", "label-studio" venv.pip_install_and_link buildpath