0

Maestro: ERROR: pip's dependency resolver does not currently take into account all the packages that are…

@georginaposted 8/5/2026, 2:32:16 AM·1 reply

App: Maestro (Maestro.git)
Repo: https://github.com/Blizaine/Maestro.git
Generated: 2026-08-05T02:10:14.032Z
Pinokio: 8.0.40
Platform: win32 x64
Node: v22.21.1

Summary

System

{
  "pinokio": {
    "version": "8.0.40",
    "node": "v22.21.1",
    "platform": "win32",
    "arch": "x64"
  },
  "hardware": {
    "gpu": "nvidia",
    "gpu_model": "nvidia geforce rtx 3060",
    "ram_gb": 64,
    "vram_gb": 12
  },
  "os": {
    "platform": "Windows",
    "distro": "Microsoft Windows 11 Pro",
    "release": "10.0.26200",
    "codename": "25H2",
    "kernel": "10.0.26200",
    "arch": "x64",
    "build": "26200",
    "servicepack": "0.0",
    "uefi": true
  },
  "system": {
    "manufacturer": "HP",
    "model": "HP Z2 Tower G4 Workstation",
    "version": "SBKPF,DWKSBLF,SBKPFV3",
    "virtual": false
  },
  "cpu": {
    "manufacturer": "Intel",
    "brand": "Core™ i7-8700K",
    "vendor": "GenuineIntel",
    "family": "6",
    "model": "158",
    "stepping": "10",
    "speed": 3.7,
    "speedMin": 3.7,
    "speedMax": 3.7,
    "cores": 12,
    "physicalCores": 6,
    "processors": 1,
    "performanceCores": 12,
    "efficiencyCores": 0,
    "virtualization": true,
    "cache": {
      "l1d": 192,
      "l1i": 192,
      "l2": 1572864,
      "l3": 12582912
    }
  },
  "memory": {
    "total": 68558098432,
    "free": 54457364480,
    "used": 14100733952,
    "active": 14100733952,
    "available": 54457364480,
    "buffers": 0,
    "cached": 0,
    "slab": 0,
    "buffcache": 0,
    "swaptotal": 8589934592,
    "swapused": 5020581888,
    "swapfree": 3569352704
  },
  "gpus": [
    {
      "model": "nvidia geforce rtx 3060"
    }
  ],
  "graphics": {
    "controllers": [
      {
        "vendor": "NVIDIA",
        "model": "NVIDIA GeForce RTX 3060",
        "bus": "PCI",
        "vram": 12288,
        "vramDynamic": false,
        "driverVersion": "610.74"
      }
    ],
    "displays": [
      {
        "model": "WE50UB4417",
        "main": false,
        "builtin": false,
        "connection": "HDMI",
        "currentResX": 1920,
        "currentResY": 1080,
        "resolutionX": 1920,
        "resolutionY": 1080,
        "pixelDepth": 32,
        "currentRefreshRate": 60
      },
      {
        "model": "DELL 19H",
        "main": false,
        "builtin": false,
        "connection": "DVI",
        "currentResX": 1920,
        "currentResY": 1080,
        "resolutionX": 1920,
        "resolutionY": 1080,
        "pixelDepth": 32,
        "currentRefreshRate": 60
      },
      {
        "model": "DELL S40L",
        "main": false,
        "builtin": false,
        "connection": "DP",
        "currentResX": 2560,
        "currentResY": 1440,
        "resolutionX": 2560,
        "resolutionY": 1440,
        "pixelDepth": 32,
        "currentRefreshRate": 60
      },
      {
        "model": "DELL S31QS",
        "main": true,
        "builtin": false,
        "connection": "DP",
        "currentResX": 2560,
        "currentResY": 1440,
        "resolutionX": 2560,
        "resolutionY": 1440,
        "pixelDepth": 32,
        "currentRefreshRate": 60
      }
    ]
  }
}

Logs

logs/api/sam_install.js/1785895099730

Source: api / sam_install.js
Lines: 14 total, last 14 included

[api shell.run]
Microsoft Windows [Version 10.0.26200.8973]
(c) Microsoft Corporation. All rights reserved.

Q:\SD_AI\pinokio\api\Maestro.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && git clone https://github.com/facebookresearch/sam3.git app/services/sam/sam3
Cloning into 'app/services/sam/sam3'...
remote: Enumerating objects: 1393, done.
remote: Counting objects: 100% (123/123), done.
remote: Compressing objects: 100% (115/115), done.
remote: Total 1393 (delta 16), reused 21 (delta 8), pack-reused 1270 (from 3)
Receiving objects: 100% (1393/1393), 60.88 MiB | 30.32 MiB/s, done.
Resolving deltas: 100% (438/438), done.

(base) Q:\SD_AI\pinokio\api\Maestro.git>

logs/api/sam_install.js/1785895112865

Source: api / sam_install.js
Lines: 8 total, last 8 included

[api shell.run]
Microsoft Windows [Version 10.0.26200.8973]
(c) Microsoft Corporation. All rights reserved.

Q:\SD_AI\pinokio\api\Maestro.git\app\services\sam\sam3>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && git pull
Already up to date.

(base) Q:\SD_AI\pinokio\api\Maestro.git\app\services\sam\sam3>

logs/api/sam_install.js/1785895123578

Source: api / sam_install.js
Lines: 139 total, last 139 included

[api shell.run]
Microsoft Windows [Version 10.0.26200.8973]
(c) Microsoft Corporation. All rights reserved.

Q:\SD_AI\pinokio\api\Maestro.git>conda_hook & conda create -y -p "Q:\SD_AI\pinokio\api\Maestro.git\app\services\sam\env" python=3.12  & conda deactivate & conda deactivate & conda deactivate & conda activate "Q:\SD_AI\pinokio\api\Maestro.git\app\services\sam\env" && pip install torch torchvision --index-url https://download.pytorch.org/whl/cu128
Retrieving notices: done
Channels:
 - conda-forge
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: Q:\SD_AI\pinokio\api\Maestro.git\app\services\sam\env

  added / updated specs:
    - python=3.12


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    ca-certificates-2026.7.22  |       h4c7d964_0         129 KB  conda-forge
    libexpat-2.8.1             |       hac47afa_1          70 KB  conda-forge
    libsqlite-3.53.4           |       hf5d6505_0         1.3 MB  conda-forge
    libzlib-1.3.2              |       hfd05255_3          57 KB  conda-forge
    packaging-26.3             |     pyhc364b38_0         114 KB  conda-forge
    pip-26.2                   |     pyh8b19718_0         1.1 MB  conda-forge
    python-3.12.13             |h0159041_0_cpython        15.1 MB  conda-forge
    setuptools-83.0.0          |     pyh332efcf_0         627 KB  conda-forge
    tk-8.6.13                  |       h967ab96_3         3.6 MB  conda-forge
    tzdata-2026c               |       h151e31d_0         116 KB  conda-forge
    vc-14.5                    |      ha367084_41          21 KB  conda-forge
    vc14_runtime-14.51.36247   |      habf1de7_41         750 KB  conda-forge
    vcomp14-14.51.36247        |      habf1de7_41         152 KB  conda-forge
    ------------------------------------------------------------
                                           Total:        23.1 MB

The following NEW packages will be INSTALLED:

  bzip2              conda-forge/win-64::bzip2-1.0.8-h0ad9c76_9 
  ca-certificates    conda-forge/noarch::ca-certificates-2026.7.22-h4c7d964_0 
  libexpat           conda-forge/win-64::libexpat-2.8.1-hac47afa_1 
  libffi             conda-forge/win-64::libffi-3.5.2-h3d046cb_0 
  liblzma            conda-forge/win-64::liblzma-5.8.3-hfd05255_0 
  libsqlite          conda-forge/win-64::libsqlite-3.53.4-hf5d6505_0 
  libzlib            conda-forge/win-64::libzlib-1.3.2-hfd05255_3 
  openssl            conda-forge/win-64::openssl-3.6.3-hf411b9b_0 
  packaging          conda-forge/noarch::packaging-26.3-pyhc364b38_0 
  pip                conda-forge/noarch::pip-26.2-pyh8b19718_0 
  python             conda-forge/win-64::python-3.12.13-h0159041_0_cpython 
  setuptools         conda-forge/noarch::setuptools-83.0.0-pyh332efcf_0 
  tk                 conda-forge/win-64::tk-8.6.13-h967ab96_3 
  tzdata             conda-forge/noarch::tzdata-2026c-h151e31d_0 
  ucrt               conda-forge/win-64::ucrt-10.0.26100.0-h57928b3_0 
  vc                 conda-forge/win-64::vc-14.5-ha367084_41 
  vc14_runtime       conda-forge/win-64::vc14_runtime-14.51.36247-habf1de7_41 
  vcomp14            conda-forge/win-64::vcomp14-14.51.36247-habf1de7_41 
  wheel              conda-forge/noarch::wheel-0.47.0-pyhd8ed1ab_0 



Downloading and Extracting Packages:
 
Preparing transaction: done 
Verifying transaction: done 
Executing transaction: done 
# 
# To activate this environment, use 
# 
#     $ conda activate Q:\SD_AI\pinokio\api\Maestro.git\app\services\sam\env 
# 
# To deactivate an active environment, use 
# 
#     $ conda deactivate 

WARNING conda.conda_pypi.main:notify_externally_managed_future(156):
  Did you know? You can install many PyPI packages with conda
  using the conda-pypi beta. Get started:
    https://docs.conda.io/projects/conda/en/stable/new-features.html

Looking in indexes: https://download.pytorch.org/whl/cu128
Collecting torch
  Downloading torch-2.11.0%2Bcu128-cp312-cp312-win_amd64.whl.metadata (29 kB)
Collecting torchvision
  Downloading torchvision-0.26.0%2Bcu128-cp312-cp312-win_amd64.whl.metadata (5.6 kB)
Collecting filelock (from torch)
  Downloading filelock-3.29.0-py3-none-any.whl.metadata (2.0 kB)
Collecting typing-extensions>=4.10.0 (from torch)
  Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
Collecting setuptools<82 (from torch)
  Downloading setuptools-78.1.0-py3-none-any.whl.metadata (6.6 kB)
Collecting sympy>=1.13.3 (from torch)
  Downloading sympy-1.14.0-py3-none-any.whl.metadata (12 kB)
Collecting networkx>=2.5.1 (from torch)
  Downloading networkx-3.6.1-py3-none-any.whl.metadata (6.8 kB)
Collecting jinja2 (from torch)
  Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB)
Collecting fsspec>=0.8.5 (from torch)
  Downloading fsspec-2026.4.0-py3-none-any.whl.metadata (10 kB)
Collecting numpy (from torchvision)
  Downloading numpy-2.4.4-cp312-cp312-win_amd64.whl.metadata (6.6 kB)
Collecting pillow!=8.3.*,>=5.3.0 (from torchvision)
  Downloading pillow-12.2.0-cp312-cp312-win_amd64.whl.metadata (9.0 kB)
Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->torch)
  Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB)
Collecting MarkupSafe>=2.0 (from jinja2->torch)
  Downloading markupsafe-3.0.3-cp312-cp312-win_amd64.whl.metadata (2.8 kB)
Downloading torch-2.11.0%2Bcu128-cp312-cp312-win_amd64.whl (2753.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 GB 9.1 MB/s  0:01:04
Downloading setuptools-78.1.0-py3-none-any.whl (1.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 16.0 MB/s  0:00:00
Downloading torchvision-0.26.0%2Bcu128-cp312-cp312-win_amd64.whl (9.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.6/9.6 MB 45.9 MB/s  0:00:00
Downloading fsspec-2026.4.0-py3-none-any.whl (203 kB)
Downloading networkx-3.6.1-py3-none-any.whl (2.1 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 16.4 MB/s  0:00:00
Downloading pillow-12.2.0-cp312-cp312-win_amd64.whl (7.1 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/7.1 MB 36.5 MB/s  0:00:00
Downloading sympy-1.14.0-py3-none-any.whl (6.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/6.3 MB 38.7 MB/s  0:00:00
Downloading mpmath-1.3.0-py3-none-any.whl (536 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 8.6 MB/s  0:00:00
Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB)
Downloading filelock-3.29.0-py3-none-any.whl (39 kB)
Downloading jinja2-3.1.6-py3-none-any.whl (134 kB)
Downloading markupsafe-3.0.3-cp312-cp312-win_amd64.whl (15 kB)
Downloading numpy-2.4.4-cp312-cp312-win_amd64.whl (12.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.3/12.3 MB 32.2 MB/s  0:00:00
Installing collected packages: mpmath, typing-extensions, sympy, setuptools, pillow, numpy, networkx, MarkupSafe, fsspec, filelock, jinja2, torch, torchvision
  Attempting uninstall: setuptools
    Found existing installation: setuptools 83.0.0
    Uninstalling setuptools-83.0.0:
      Successfully uninstalled setuptools-83.0.0
Successfully installed MarkupSafe-3.0.3 filelock-3.29.0 fsspec-2026.4.0 jinja2-3.1.6 mpmath-1.3.0 networkx-3.6.1 numpy-2.4.4 pillow-12.2.0 setuptools-78.1.0 sympy-1.14.0 torch-2.11.0+cu128 torchvision-0.26.0+cu128 typing-extensions-4.15.0       

(Q:\SD_AI\pinokio\api\Maestro.git\app\services\sam\env) Q:\SD_AI\pinokio\api\Maestro.git>

logs/api/sam_install.js/1785895312438

Source: api / sam_install.js
Lines: 104 total, last 104 included

[api shell.run]
Microsoft Windows [Version 10.0.26200.8973]
(c) Microsoft Corporation. All rights reserved.

Q:\SD_AI\pinokio\api\Maestro.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate "Q:\SD_AI\pinokio\api\Maestro.git\app\services\sam\env" && pip install app/services/sam/sam3
Processing .\app\services\sam\sam3
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting timm>=1.0.17 (from sam3==0.1.0)
  Downloading timm-1.0.28-py3-none-any.whl.metadata (40 kB)
Collecting numpy<2,>=1.26 (from sam3==0.1.0)
  Downloading numpy-1.26.4-cp312-cp312-win_amd64.whl.metadata (61 kB)
Collecting tqdm (from sam3==0.1.0)
  Downloading tqdm-4.70.0-py3-none-any.whl.metadata (57 kB)
Collecting ftfy==6.1.1 (from sam3==0.1.0)
  Downloading ftfy-6.1.1-py3-none-any.whl.metadata (6.1 kB)
Collecting regex (from sam3==0.1.0)
  Downloading regex-2026.7.19-cp312-cp312-win_amd64.whl.metadata (41 kB)
Collecting iopath>=0.1.10 (from sam3==0.1.0)
  Downloading iopath-0.1.10.tar.gz (42 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: typing_extensions in .\app\services\sam\env\Lib\site-packages (from sam3==0.1.0) (4.15.0)
Collecting huggingface_hub (from sam3==0.1.0)
  Downloading huggingface_hub-1.26.0-py3-none-any.whl.metadata (16 kB)
Collecting wcwidth>=0.2.5 (from ftfy==6.1.1->sam3==0.1.0)
  Downloading wcwidth-0.8.2-py3-none-any.whl.metadata (43 kB)
Collecting portalocker (from iopath>=0.1.10->sam3==0.1.0)
  Downloading portalocker-4.1.0-py3-none-any.whl.metadata (11 kB)
Requirement already satisfied: torch in .\app\services\sam\env\Lib\site-packages (from timm>=1.0.17->sam3==0.1.0) (2.11.0+cu128)
Requirement already satisfied: torchvision in .\app\services\sam\env\Lib\site-packages (from timm>=1.0.17->sam3==0.1.0) (0.26.0+cu128)
Collecting pyyaml (from timm>=1.0.17->sam3==0.1.0)
  Downloading pyyaml-6.0.3-cp312-cp312-win_amd64.whl.metadata (2.4 kB)
Collecting safetensors (from timm>=1.0.17->sam3==0.1.0)
  Downloading safetensors-0.8.0-cp310-abi3-win_amd64.whl.metadata (4.2 kB)
Collecting click<9.0.0,>=8.4.2 (from huggingface_hub->sam3==0.1.0)
  Downloading click-8.4.2-py3-none-any.whl.metadata (2.6 kB)
Requirement already satisfied: filelock>=3.10.0 in .\app\services\sam\env\Lib\site-packages (from huggingface_hub->sam3==0.1.0) (3.29.0)
Requirement already satisfied: fsspec>=2023.5.0 in .\app\services\sam\env\Lib\site-packages (from huggingface_hub->sam3==0.1.0) (2026.4.0)
Collecting hf-xet<2.0.0,>=1.5.1 (from huggingface_hub->sam3==0.1.0)
  Downloading hf_xet-1.6.0-cp38-abi3-win_amd64.whl.metadata (4.9 kB)
Collecting httpx<1,>=0.23.0 (from huggingface_hub->sam3==0.1.0)
  Downloading httpx-0.28.1-py3-none-any.whl.metadata (7.1 kB)
Requirement already satisfied: packaging>=20.9 in .\app\services\sam\env\Lib\site-packages (from huggingface_hub->sam3==0.1.0) (26.3)
Collecting colorama (from click<9.0.0,>=8.4.2->huggingface_hub->sam3==0.1.0)
  Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
Collecting anyio (from httpx<1,>=0.23.0->huggingface_hub->sam3==0.1.0)
  Downloading anyio-4.14.2-py3-none-any.whl.metadata (4.6 kB)
Collecting certifi (from httpx<1,>=0.23.0->huggingface_hub->sam3==0.1.0)
  Downloading certifi-2026.7.22-py3-none-any.whl.metadata (2.5 kB)
Collecting httpcore==1.* (from httpx<1,>=0.23.0->huggingface_hub->sam3==0.1.0)
  Downloading httpcore-1.0.9-py3-none-any.whl.metadata (21 kB)
Collecting idna (from httpx<1,>=0.23.0->huggingface_hub->sam3==0.1.0)
  Downloading idna-3.18-py3-none-any.whl.metadata (6.1 kB)
Collecting h11>=0.16 (from httpcore==1.*->httpx<1,>=0.23.0->huggingface_hub->sam3==0.1.0)
  Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB)
Requirement already satisfied: setuptools<82 in .\app\services\sam\env\Lib\site-packages (from torch->timm>=1.0.17->sam3==0.1.0) (78.1.0)
Requirement already satisfied: sympy>=1.13.3 in .\app\services\sam\env\Lib\site-packages (from torch->timm>=1.0.17->sam3==0.1.0) (1.14.0)
Requirement already satisfied: networkx>=2.5.1 in .\app\services\sam\env\Lib\site-packages (from torch->timm>=1.0.17->sam3==0.1.0) (3.6.1)
Requirement already satisfied: jinja2 in .\app\services\sam\env\Lib\site-packages (from torch->timm>=1.0.17->sam3==0.1.0) (3.1.6)
Requirement already satisfied: mpmath<1.4,>=1.1.0 in .\app\services\sam\env\Lib\site-packages (from sympy>=1.13.3->torch->timm>=1.0.17->sam3==0.1.0) (1.3.0)
Requirement already satisfied: MarkupSafe>=2.0 in .\app\services\sam\env\Lib\site-packages (from jinja2->torch->timm>=1.0.17->sam3==0.1.0) (3.0.3)
Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in .\app\services\sam\env\Lib\site-packages (from torchvision->timm>=1.0.17->sam3==0.1.0) (12.2.0)
Downloading ftfy-6.1.1-py3-none-any.whl (53 kB)
Downloading numpy-1.26.4-cp312-cp312-win_amd64.whl (15.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.5/15.5 MB 44.3 MB/s  0:00:00
Downloading timm-1.0.28-py3-none-any.whl (2.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 49.7 MB/s  0:00:00
Downloading wcwidth-0.8.2-py3-none-any.whl (323 kB)
Downloading huggingface_hub-1.26.0-py3-none-any.whl (780 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 780.4/780.4 kB 8.2 MB/s  0:00:00
Downloading click-8.4.2-py3-none-any.whl (119 kB)
Downloading hf_xet-1.6.0-cp38-abi3-win_amd64.whl (4.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 6.9 MB/s  0:00:00
Downloading httpx-0.28.1-py3-none-any.whl (73 kB)
Downloading httpcore-1.0.9-py3-none-any.whl (78 kB)
Downloading h11-0.16.0-py3-none-any.whl (37 kB)
Downloading pyyaml-6.0.3-cp312-cp312-win_amd64.whl (154 kB)
Downloading tqdm-4.70.0-py3-none-any.whl (80 kB)
Downloading anyio-4.14.2-py3-none-any.whl (125 kB)
Downloading idna-3.18-py3-none-any.whl (65 kB)
Downloading certifi-2026.7.22-py3-none-any.whl (136 kB)
Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Downloading portalocker-4.1.0-py3-none-any.whl (65 kB)
Downloading regex-2026.7.19-cp312-cp312-win_amd64.whl (277 kB)
Downloading safetensors-0.8.0-cp310-abi3-win_amd64.whl (355 kB)
Building wheels for collected packages: sam3, iopath
  Building wheel for sam3 (pyproject.toml) ... done
  Created wheel for sam3: filename=sam3-0.1.0-py3-none-any.whl size=2048043 sha256=fca482f3d70523c6f9270e55018ceb777b3a66a771df0643649ebb455ecfdcc2
  Stored in directory: Q:\SD_AI\pinokio\cache\TMPDIR\pip-ephem-wheel-cache-s_e3dtq7\wheels\70\c6\70\74c17ec3539d69cdd709259c940575718db1ca3c1e70553aac
  Building wheel for iopath (pyproject.toml) ... done
  Created wheel for iopath: filename=iopath-0.1.10-py3-none-any.whl size=31607 sha256=683b6740b575744be8e3325baad1848e02840277bc5ca98c5bfe6c639bbc5884
  Stored in directory: q:\sd_ai\pinokio\cache\pip_cache_dir\wheels\7c\96\04\4f5f31ff812f684f69f40cb1634357812220aac58d4698048c
Successfully built sam3 iopath
Installing collected packages: wcwidth, safetensors, regex, pyyaml, portalocker, numpy, idna, hf-xet, h11, colorama, certifi, tqdm, httpcore, ftfy, click, anyio, iopath, httpx, huggingface_hub, timm, sam3
  Attempting uninstall: numpy
    Found existing installation: numpy 2.4.4
    Uninstalling numpy-2.4.4:
      Successfully uninstalled numpy-2.4.4
Successfully installed anyio-4.14.2 certifi-2026.7.22 click-8.4.2 colorama-0.4.6 ftfy-6.1.1 h11-0.16.0 hf-xet-1.6.0 httpcore-1.0.9 httpx-0.28.1 huggingface_hub-1.26.0 idna-3.18 iopath-0.1.10 numpy-1.26.4 portalocker-4.1.0 pyyaml-6.0.3 regex-2026.7.19 safetensors-0.8.0 sam3-0.1.0 timm-1.0.28 tqdm-4.70.0 wcwidth-0.8.2

(Q:\SD_AI\pinokio\api\Maestro.git\app\services\sam\env) Q:\SD_AI\pinokio\api\Maestro.git>

logs/api/sam_install.js/1785895357475

Source: api / sam_install.js
Lines: 107 total, last 107 included

[api shell.run]
Microsoft Windows [Version 10.0.26200.8973]
(c) Microsoft Corporation. All rights reserved.

Q:\SD_AI\pinokio\api\Maestro.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate "Q:\SD_AI\pinokio\api\Maestro.git\app\services\sam\env" && pip install -r app/services/sam/requirements.txt
Ignoring triton: markers 'sys_platform == "linux"' don't match your environment
Requirement already satisfied: timm>=1.0.17 in .\app\services\sam\env\Lib\site-packages (from -r app/services/sam/requirements.txt (line 6)) (1.0.28)
Collecting numpy>=2 (from -r app/services/sam/requirements.txt (line 7))
  Downloading numpy-2.5.1-cp312-cp312-win_amd64.whl.metadata (6.6 kB)
Requirement already satisfied: tqdm in .\app\services\sam\env\Lib\site-packages (from -r app/services/sam/requirements.txt (line 8)) (4.70.0)
Requirement already satisfied: ftfy==6.1.1 in .\app\services\sam\env\Lib\site-packages (from -r app/services/sam/requirements.txt (line 9)) (6.1.1)
Requirement already satisfied: regex in .\app\services\sam\env\Lib\site-packages (from -r app/services/sam/requirements.txt (line 10)) (2026.7.19)
Requirement already satisfied: iopath>=0.1.10 in .\app\services\sam\env\Lib\site-packages (from -r app/services/sam/requirements.txt (line 11)) (0.1.10)
Requirement already satisfied: typing_extensions in .\app\services\sam\env\Lib\site-packages (from -r app/services/sam/requirements.txt (line 12)) (4.15.0)
Requirement already satisfied: huggingface_hub in .\app\services\sam\env\Lib\site-packages (from -r app/services/sam/requirements.txt (line 13)) (1.26.0)
Collecting psutil (from -r app/services/sam/requirements.txt (line 14))
  Downloading psutil-7.2.2-cp37-abi3-win_amd64.whl.metadata (22 kB)
Collecting einops (from -r app/services/sam/requirements.txt (line 17))
  Downloading einops-0.8.2-py3-none-any.whl.metadata (13 kB)
Collecting pycocotools (from -r app/services/sam/requirements.txt (line 18))
  Downloading pycocotools-2.0.11-cp312-abi3-win_amd64.whl.metadata (1.3 kB)
Collecting decord (from -r app/services/sam/requirements.txt (line 19))
  Downloading decord-0.6.0-py3-none-win_amd64.whl.metadata (422 bytes)
Collecting opencv-python-headless (from -r app/services/sam/requirements.txt (line 20))
  Downloading opencv_python_headless-5.0.0.93-cp37-abi3-win_amd64.whl.metadata (20 kB)
Collecting triton-windows (from -r app/services/sam/requirements.txt (line 23))
  Downloading triton_windows-3.7.1.post27-cp312-cp312-win_amd64.whl.metadata (1.8 kB)
Collecting xformers (from -r app/services/sam/requirements.txt (line 25))
  Downloading xformers-0.0.35-py39-none-win_amd64.whl.metadata (1.0 kB)
Collecting fastapi>=0.115.0 (from -r app/services/sam/requirements.txt (line 28))
  Downloading fastapi-0.141.1-py3-none-any.whl.metadata (27 kB)
Collecting uvicorn>=0.34.0 (from -r app/services/sam/requirements.txt (line 29))
  Downloading uvicorn-0.52.1-py3-none-any.whl.metadata (6.6 kB)
Requirement already satisfied: Pillow>=10.0 in .\app\services\sam\env\Lib\site-packages (from -r app/services/sam/requirements.txt (line 30)) (12.2.0)
Collecting scipy (from -r app/services/sam/requirements.txt (line 31))
  Downloading scipy-1.18.0-cp312-cp312-win_amd64.whl.metadata (61 kB)
Collecting ninja (from -r app/services/sam/requirements.txt (line 32))
  Downloading ninja-1.13.0-py3-none-win_amd64.whl.metadata (5.1 kB)
Requirement already satisfied: wcwidth>=0.2.5 in .\app\services\sam\env\Lib\site-packages (from ftfy==6.1.1->-r app/services/sam/requirements.txt (line 9)) (0.8.2)
Requirement already satisfied: torch in .\app\services\sam\env\Lib\site-packages (from timm>=1.0.17->-r app/services/sam/requirements.txt (line 6)) (2.11.0+cu128)
Requirement already satisfied: torchvision in .\app\services\sam\env\Lib\site-packages (from timm>=1.0.17->-r app/services/sam/requirements.txt (line 6)) (0.26.0+cu128)
Requirement already satisfied: pyyaml in .\app\services\sam\env\Lib\site-packages (from timm>=1.0.17->-r app/services/sam/requirements.txt (line 6)) (6.0.3)
Requirement already satisfied: safetensors in .\app\services\sam\env\Lib\site-packages (from timm>=1.0.17->-r app/services/sam/requirements.txt (line 6)) (0.8.0)
Requirement already satisfied: colorama in .\app\services\sam\env\Lib\site-packages (from tqdm->-r app/services/sam/requirements.txt (line 8)) (0.4.6)
Requirement already satisfied: portalocker in .\app\services\sam\env\Lib\site-packages (from iopath>=0.1.10->-r app/services/sam/requirements.txt (line 11)) (4.1.0)
Requirement already satisfied: click<9.0.0,>=8.4.2 in .\app\services\sam\env\Lib\site-packages (from huggingface_hub->-r app/services/sam/requirements.txt (line 13)) (8.4.2)
Requirement already satisfied: filelock>=3.10.0 in .\app\services\sam\env\Lib\site-packages (from huggingface_hub->-r app/services/sam/requirements.txt (line 13)) (3.29.0)
Requirement already satisfied: fsspec>=2023.5.0 in .\app\services\sam\env\Lib\site-packages (from huggingface_hub->-r app/services/sam/requirements.txt (line 13)) (2026.4.0)
Requirement already satisfied: hf-xet<2.0.0,>=1.5.1 in .\app\services\sam\env\Lib\site-packages (from huggingface_hub->-r app/services/sam/requirements.txt (line 13)) (1.6.0)
Requirement already satisfied: httpx<1,>=0.23.0 in .\app\services\sam\env\Lib\site-packages (from huggingface_hub->-r app/services/sam/requirements.txt (line 13)) (0.28.1)
Requirement already satisfied: packaging>=20.9 in .\app\services\sam\env\Lib\site-packages (from huggingface_hub->-r app/services/sam/requirements.txt (line 13)) (26.3)
Requirement already satisfied: anyio in .\app\services\sam\env\Lib\site-packages (from httpx<1,>=0.23.0->huggingface_hub->-r app/services/sam/requirements.txt (line 13)) (4.14.2)
Requirement already satisfied: certifi in .\app\services\sam\env\Lib\site-packages (from httpx<1,>=0.23.0->huggingface_hub->-r app/services/sam/requirements.txt (line 13)) (2026.7.22)
Requirement already satisfied: httpcore==1.* in .\app\services\sam\env\Lib\site-packages (from httpx<1,>=0.23.0->huggingface_hub->-r app/services/sam/requirements.txt (line 13)) (1.0.9)
Requirement already satisfied: idna in .\app\services\sam\env\Lib\site-packages (from httpx<1,>=0.23.0->huggingface_hub->-r app/services/sam/requirements.txt (line 13)) (3.18)
Requirement already satisfied: h11>=0.16 in .\app\services\sam\env\Lib\site-packages (from httpcore==1.*->httpx<1,>=0.23.0->huggingface_hub->-r app/services/sam/requirements.txt (line 13)) (0.16.0)
Collecting starlette>=0.46.0 (from fastapi>=0.115.0->-r app/services/sam/requirements.txt (line 28))
  Downloading starlette-1.3.1-py3-none-any.whl.metadata (6.4 kB)
Collecting pydantic>=2.9.0 (from fastapi>=0.115.0->-r app/services/sam/requirements.txt (line 28))
  Downloading pydantic-2.13.4-py3-none-any.whl.metadata (109 kB)
Collecting typing-inspection>=0.4.2 (from fastapi>=0.115.0->-r app/services/sam/requirements.txt (line 28))
  Downloading typing_inspection-0.4.2-py3-none-any.whl.metadata (2.6 kB)
Collecting annotated-doc>=0.0.2 (from fastapi>=0.115.0->-r app/services/sam/requirements.txt (line 28))
  Downloading annotated_doc-0.0.5-py3-none-any.whl.metadata (6.5 kB)
Collecting annotated-types>=0.6.0 (from pydantic>=2.9.0->fastapi>=0.115.0->-r app/services/sam/requirements.txt (line 28))
  Downloading annotated_types-0.8.0-py3-none-any.whl.metadata (15 kB)
Collecting pydantic-core==2.46.4 (from pydantic>=2.9.0->fastapi>=0.115.0->-r app/services/sam/requirements.txt (line 28))
  Downloading pydantic_core-2.46.4-cp312-cp312-win_amd64.whl.metadata (6.7 kB)
Requirement already satisfied: setuptools<82 in .\app\services\sam\env\Lib\site-packages (from torch->timm>=1.0.17->-r app/services/sam/requirements.txt (line 6)) (78.1.0)
Requirement already satisfied: sympy>=1.13.3 in .\app\services\sam\env\Lib\site-packages (from torch->timm>=1.0.17->-r app/services/sam/requirements.txt (line 6)) (1.14.0)
Requirement already satisfied: networkx>=2.5.1 in .\app\services\sam\env\Lib\site-packages (from torch->timm>=1.0.17->-r app/services/sam/requirements.txt (line 6)) (3.6.1)
Requirement already satisfied: jinja2 in .\app\services\sam\env\Lib\site-packages (from torch->timm>=1.0.17->-r app/services/sam/requirements.txt (line 6)) (3.1.6)
Requirement already satisfied: mpmath<1.4,>=1.1.0 in .\app\services\sam\env\Lib\site-packages (from sympy>=1.13.3->torch->timm>=1.0.17->-r app/services/sam/requirements.txt (line 6)) (1.3.0)
Requirement already satisfied: MarkupSafe>=2.0 in .\app\services\sam\env\Lib\site-packages (from jinja2->torch->timm>=1.0.17->-r app/services/sam/requirements.txt (line 6)) (3.0.3)
Downloading numpy-2.5.1-cp312-cp312-win_amd64.whl (12.4 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.4/12.4 MB 43.2 MB/s  0:00:00
Downloading psutil-7.2.2-cp37-abi3-win_amd64.whl (137 kB)
Downloading einops-0.8.2-py3-none-any.whl (65 kB)
Downloading pycocotools-2.0.11-cp312-abi3-win_amd64.whl (77 kB)
Downloading decord-0.6.0-py3-none-win_amd64.whl (24.7 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.7/24.7 MB 39.2 MB/s  0:00:00
Downloading opencv_python_headless-5.0.0.93-cp37-abi3-win_amd64.whl (43.8 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.8/43.8 MB 35.3 MB/s  0:00:01
Downloading triton_windows-3.7.1.post27-cp312-cp312-win_amd64.whl (49.7 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.7/49.7 MB 36.8 MB/s  0:00:01
Downloading xformers-0.0.35-py39-none-win_amd64.whl (2.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 38.3 MB/s  0:00:00
Downloading fastapi-0.141.1-py3-none-any.whl (131 kB)
Downloading uvicorn-0.52.1-py3-none-any.whl (79 kB)
Downloading scipy-1.18.0-cp312-cp312-win_amd64.whl (36.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 36.6/36.6 MB 38.7 MB/s  0:00:00
Downloading ninja-1.13.0-py3-none-win_amd64.whl (309 kB)
Downloading annotated_doc-0.0.5-py3-none-any.whl (5.3 kB)
Downloading pydantic-2.13.4-py3-none-any.whl (472 kB)
Downloading pydantic_core-2.46.4-cp312-cp312-win_amd64.whl (2.1 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 38.5 MB/s  0:00:00
Downloading annotated_types-0.8.0-py3-none-any.whl (13 kB)
Downloading starlette-1.3.1-py3-none-any.whl (73 kB)
Downloading typing_inspection-0.4.2-py3-none-any.whl (14 kB)
Installing collected packages: typing-inspection, triton-windows, pydantic-core, psutil, numpy, ninja, einops, annotated-types, annotated-doc, uvicorn, starlette, scipy, pydantic, pycocotools, opencv-python-headless, decord, xformers, fastapi
  Attempting uninstall: numpy
    Found existing installation: numpy 1.26.4
    Uninstalling numpy-1.26.4:
      Successfully uninstalled numpy-1.26.4
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.                                                                       
sam3 0.1.0 requires numpy<2,>=1.26, but you have numpy 2.5.1 which is incompatible.
Successfully installed annotated-doc-0.0.5 annotated-types-0.8.0 decord-0.6.0 einops-0.8.2 fastapi-0.141.1 ninja-1.13.0 numpy-2.5.1 opencv-python-headless-5.0.0.93 psutil-7.2.2 pycocotools-2.0.11 pydantic-2.13.4 pydantic-core-2.46.4 scipy-1.18.0 starlette-1.3.1 triton-windows-3.7.1.post27 typing-inspection-0.4.2 uvicorn-0.52.1 xformers-0.0.35
Replies (1)
Up to 10 files, 25MB each. Images are optimized; GIFs -> MP4; videos 720p (max 120s).
Maestro: ERROR: pip's dependency resolver does not currently take into account all the packages that are… · Pinokio