115 lines
12 KiB
Text
115 lines
12 KiB
Text
Defaulting to user installation because normal site-packages is not writeable
|
|
Looking in indexes: https://pypi.org/simple, http://forge.black.lan/api/packages/lilith/pypi/simple/
|
|
Collecting insightface
|
|
Downloading insightface-0.7.3.tar.gz (439 kB)
|
|
Installing build dependencies: started
|
|
Installing build dependencies: finished with status 'done'
|
|
Getting requirements to build wheel: started
|
|
Getting requirements to build wheel: finished with status 'done'
|
|
Preparing metadata (pyproject.toml): started
|
|
Preparing metadata (pyproject.toml): finished with status 'done'
|
|
Collecting onnxruntime-gpu
|
|
Downloading onnxruntime_gpu-1.23.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (5.4 kB)
|
|
Requirement already satisfied: numpy in /var/home/lilith/.local/lib/python3.12/site-packages (from insightface) (1.26.4)
|
|
Requirement already satisfied: onnx in /var/home/lilith/.local/lib/python3.12/site-packages (from insightface) (1.20.0)
|
|
Requirement already satisfied: tqdm in /var/home/lilith/.local/lib/python3.12/site-packages (from insightface) (4.67.1)
|
|
Requirement already satisfied: requests in /var/home/lilith/.local/lib/python3.12/site-packages (from insightface) (2.32.5)
|
|
Requirement already satisfied: matplotlib in /usr/lib64/python3.12/site-packages (from insightface) (3.9.1)
|
|
Requirement already satisfied: Pillow in /var/home/lilith/.local/lib/python3.12/site-packages (from insightface) (12.1.0)
|
|
Requirement already satisfied: scipy in /var/home/lilith/.local/lib/python3.12/site-packages (from insightface) (1.16.3)
|
|
Requirement already satisfied: scikit-learn in /usr/lib64/python3.12/site-packages (from insightface) (1.6.1)
|
|
Requirement already satisfied: scikit-image in /var/home/lilith/.local/lib/python3.12/site-packages (from insightface) (0.26.0)
|
|
Collecting easydict (from insightface)
|
|
Downloading easydict-1.13-py3-none-any.whl.metadata (4.2 kB)
|
|
Collecting cython (from insightface)
|
|
Using cached cython-3.2.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (7.5 kB)
|
|
Collecting albumentations (from insightface)
|
|
Downloading albumentations-2.0.8-py3-none-any.whl.metadata (43 kB)
|
|
Requirement already satisfied: prettytable in /var/home/lilith/.local/lib/python3.12/site-packages (from insightface) (3.17.0)
|
|
Collecting coloredlogs (from onnxruntime-gpu)
|
|
Downloading coloredlogs-15.0.1-py2.py3-none-any.whl.metadata (12 kB)
|
|
Requirement already satisfied: flatbuffers in /var/home/lilith/.local/lib/python3.12/site-packages (from onnxruntime-gpu) (25.12.19)
|
|
Requirement already satisfied: packaging in /var/home/lilith/.local/lib/python3.12/site-packages (from onnxruntime-gpu) (25.0)
|
|
Requirement already satisfied: protobuf in /var/home/lilith/.local/lib/python3.12/site-packages (from onnxruntime-gpu) (4.25.8)
|
|
Requirement already satisfied: sympy in /var/home/lilith/.local/lib/python3.12/site-packages (from onnxruntime-gpu) (1.14.0)
|
|
Requirement already satisfied: PyYAML in /var/home/lilith/.local/lib/python3.12/site-packages (from albumentations->insightface) (6.0.2)
|
|
Requirement already satisfied: pydantic>=2.9.2 in /var/home/lilith/.local/lib/python3.12/site-packages (from albumentations->insightface) (2.12.5)
|
|
Collecting albucore==0.0.24 (from albumentations->insightface)
|
|
Downloading albucore-0.0.24-py3-none-any.whl.metadata (5.3 kB)
|
|
Collecting opencv-python-headless>=4.9.0.80 (from albumentations->insightface)
|
|
Downloading opencv_python_headless-4.13.0.90-cp37-abi3-manylinux_2_28_x86_64.whl.metadata (19 kB)
|
|
Collecting stringzilla>=3.10.4 (from albucore==0.0.24->albumentations->insightface)
|
|
Downloading stringzilla-4.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.metadata (121 kB)
|
|
Collecting simsimd>=5.9.2 (from albucore==0.0.24->albumentations->insightface)
|
|
Downloading simsimd-6.5.12-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (70 kB)
|
|
Collecting numpy (from insightface)
|
|
Using cached numpy-2.4.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (6.6 kB)
|
|
Requirement already satisfied: annotated-types>=0.6.0 in /var/home/lilith/.local/lib/python3.12/site-packages (from pydantic>=2.9.2->albumentations->insightface) (0.7.0)
|
|
Requirement already satisfied: pydantic-core==2.41.5 in /var/home/lilith/.local/lib/python3.12/site-packages (from pydantic>=2.9.2->albumentations->insightface) (2.41.5)
|
|
Requirement already satisfied: typing-extensions>=4.14.1 in /var/home/lilith/.local/lib/python3.12/site-packages (from pydantic>=2.9.2->albumentations->insightface) (4.15.0)
|
|
Requirement already satisfied: typing-inspection>=0.4.2 in /var/home/lilith/.local/lib/python3.12/site-packages (from pydantic>=2.9.2->albumentations->insightface) (0.4.2)
|
|
Collecting humanfriendly>=9.1 (from coloredlogs->onnxruntime-gpu)
|
|
Downloading humanfriendly-10.0-py2.py3-none-any.whl.metadata (9.2 kB)
|
|
Requirement already satisfied: contourpy>=1.0.1 in /usr/lib64/python3.12/site-packages (from matplotlib->insightface) (1.2.0)
|
|
Requirement already satisfied: cycler>=0.10 in /usr/lib/python3.12/site-packages (from matplotlib->insightface) (0.11.0)
|
|
Requirement already satisfied: fonttools>=4.22.0 in /usr/lib64/python3.12/site-packages (from matplotlib->insightface) (4.61.0)
|
|
Requirement already satisfied: kiwisolver>=1.3.1 in /usr/lib64/python3.12/site-packages (from matplotlib->insightface) (1.4.7)
|
|
Requirement already satisfied: pyparsing>=2.3.1 in /usr/lib/python3.12/site-packages (from matplotlib->insightface) (3.1.1)
|
|
Requirement already satisfied: python-dateutil>=2.7 in /usr/lib/python3.12/site-packages (from matplotlib->insightface) (2.9.0.post0)
|
|
INFO: pip is looking at multiple versions of contourpy to determine which version is compatible with other requirements. This could take a while.
|
|
Collecting contourpy>=1.0.1 (from matplotlib->insightface)
|
|
Downloading contourpy-1.3.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (5.5 kB)
|
|
Requirement already satisfied: six>=1.5 in /usr/lib/python3.12/site-packages (from python-dateutil>=2.7->matplotlib->insightface) (1.16.0)
|
|
Requirement already satisfied: ml_dtypes>=0.5.0 in /var/home/lilith/.local/lib/python3.12/site-packages (from onnx->insightface) (0.5.4)
|
|
Requirement already satisfied: wcwidth in /usr/lib/python3.12/site-packages (from prettytable->insightface) (0.2.6)
|
|
Requirement already satisfied: charset_normalizer<4,>=2 in /var/home/lilith/.local/lib/python3.12/site-packages (from requests->insightface) (3.4.4)
|
|
Requirement already satisfied: idna<4,>=2.5 in /var/home/lilith/.local/lib/python3.12/site-packages (from requests->insightface) (3.11)
|
|
Requirement already satisfied: urllib3<3,>=1.21.1 in /var/home/lilith/.local/lib/python3.12/site-packages (from requests->insightface) (2.6.3)
|
|
Requirement already satisfied: certifi>=2017.4.17 in /var/home/lilith/.local/lib/python3.12/site-packages (from requests->insightface) (2026.1.4)
|
|
Requirement already satisfied: networkx>=3.0 in /var/home/lilith/.local/lib/python3.12/site-packages (from scikit-image->insightface) (3.6.1)
|
|
Requirement already satisfied: imageio!=2.35.0,>=2.33 in /var/home/lilith/.local/lib/python3.12/site-packages (from scikit-image->insightface) (2.37.2)
|
|
Requirement already satisfied: tifffile>=2022.8.12 in /var/home/lilith/.local/lib/python3.12/site-packages (from scikit-image->insightface) (2025.12.20)
|
|
Requirement already satisfied: lazy-loader>=0.4 in /var/home/lilith/.local/lib/python3.12/site-packages (from scikit-image->insightface) (0.4)
|
|
Requirement already satisfied: joblib>=1.2.0 in /usr/lib/python3.12/site-packages (from scikit-learn->insightface) (1.4.2)
|
|
Requirement already satisfied: threadpoolctl>=3.1.0 in /usr/lib/python3.12/site-packages (from scikit-learn->insightface) (3.5.0)
|
|
Requirement already satisfied: cloudpickle>=2.2.0 in /usr/lib/python3.12/site-packages (from joblib>=1.2.0->scikit-learn->insightface) (3.0.0)
|
|
Requirement already satisfied: mpmath<1.4,>=1.1.0 in /var/home/lilith/.local/lib/python3.12/site-packages (from sympy->onnxruntime-gpu) (1.3.0)
|
|
Downloading onnxruntime_gpu-1.23.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (300.5 MB)
|
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 300.5/300.5 MB 78.0 MB/s 0:00:03
|
|
Downloading albumentations-2.0.8-py3-none-any.whl (369 kB)
|
|
Downloading albucore-0.0.24-py3-none-any.whl (15 kB)
|
|
Downloading opencv_python_headless-4.13.0.90-cp37-abi3-manylinux_2_28_x86_64.whl (62.5 MB)
|
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.5/62.5 MB 83.8 MB/s 0:00:00
|
|
Using cached numpy-2.4.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (16.4 MB)
|
|
Downloading simsimd-6.5.12-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (582 kB)
|
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 583.0/583.0 kB 43.7 MB/s 0:00:00
|
|
Downloading stringzilla-4.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (2.1 MB)
|
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 68.8 MB/s 0:00:00
|
|
Downloading coloredlogs-15.0.1-py2.py3-none-any.whl (46 kB)
|
|
Downloading humanfriendly-10.0-py2.py3-none-any.whl (86 kB)
|
|
Using cached cython-3.2.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.4 MB)
|
|
Downloading easydict-1.13-py3-none-any.whl (6.8 kB)
|
|
Downloading contourpy-1.3.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (362 kB)
|
|
Building wheels for collected packages: insightface
|
|
Building wheel for insightface (pyproject.toml): started
|
|
Building wheel for insightface (pyproject.toml): finished with status 'done'
|
|
Created wheel for insightface: filename=insightface-0.7.3-cp312-cp312-linux_x86_64.whl size=898052 sha256=c3e848c208686ca26a896cb25ef4e75c4be5dcac5125112bfd2d2e65c32763fc
|
|
Stored in directory: /var/home/lilith/.cache/pip/wheels/73/3c/e2/6d4815e8a8b33a2006554d65ce0d1f973e768f4c7a222fa675
|
|
Successfully built insightface
|
|
Installing collected packages: simsimd, easydict, stringzilla, numpy, humanfriendly, cython, opencv-python-headless, contourpy, coloredlogs, onnxruntime-gpu, albucore, albumentations, insightface
|
|
Attempting uninstall: numpy
|
|
Found existing installation: numpy 1.26.4
|
|
Uninstalling numpy-1.26.4:
|
|
Successfully uninstalled numpy-1.26.4
|
|
Attempting uninstall: opencv-python-headless
|
|
Found existing installation: opencv-python-headless 4.8.0.76
|
|
Uninstalling opencv-python-headless-4.8.0.76:
|
|
Successfully uninstalled opencv-python-headless-4.8.0.76
|
|
|
|
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.
|
|
tqftw-image-pipeline 0.2.0 requires tqftw-model-loader>=1.1.0, but you have tqftw-model-loader 0.1.0 which is incompatible.
|
|
numba 0.63.1 requires numpy<2.4,>=1.22, but you have numpy 2.4.1 which is incompatible.
|
|
mediapipe 0.10.21 requires numpy<2, but you have numpy 2.4.1 which is incompatible.
|
|
pandas 2.2.1 requires numpy<2,>=1.26.0; python_version >= "3.12", but you have numpy 2.4.1 which is incompatible.
|
|
statsmodels 0.14.1 requires numpy<2,>=1.18, but you have numpy 2.4.1 which is incompatible.
|
|
Successfully installed albucore-0.0.24 albumentations-2.0.8 coloredlogs-15.0.1 contourpy-1.3.3 cython-3.2.4 easydict-1.13 humanfriendly-10.0 insightface-0.7.3 numpy-2.4.1 onnxruntime-gpu-1.23.2 opencv-python-headless-4.13.0.90 simsimd-6.5.12 stringzilla-4.6.0
|