Why excluded from ~/.bashrc pip_update on my Fairphone 4 LineageOS 23.2? #6

Open
opened 2026-06-09 17:58:28 +02:00 by Benjamin_Loison · 0 comments
Owner
time pip install -U --verbose numpy
Output:
Using pip 26.1.2 from /data/data/com.termux/files/usr/lib/python3.13/site-packages/pip (python 3.13)
Requirement already satisfied: numpy in /data/data/com.termux/files/usr/lib/python3.13/site-packages (2.4.4)
  Link requires a different Python (3.13.13 not in: '>=3.7,<3.11'): https://files.pythonhosted.org/packages/3a/be/650f9c091ef71cb01d735775d554e068752d3ff63d7943b26316dc401749/numpy-1.21.2.zip (from https://pypi.org/simple/numpy/) (requires-python:>=3.7,<3.11)
  Link requires a different Python (3.13.13 not in: '>=3.7,<3.11'): https://files.pythonhosted.org/packages/5f/d6/ad58ded26556eaeaa8c971e08b6466f17c4ac4d786cd3d800e26ce59cc01/numpy-1.21.3.zip (from https://pypi.org/simple/numpy/) (requires-python:>=3.7,<3.11)
  Link requires a different Python (3.13.13 not in: '>=3.7,<3.11'): https://files.pythonhosted.org/packages/fb/48/b0708ebd7718a8933f0d3937513ef8ef2f4f04529f1f66ca86d873043921/numpy-1.21.4.zip (from https://pypi.org/simple/numpy/) (requires-python:>=3.7,<3.11)
  Link requires a different Python (3.13.13 not in: '>=3.7,<3.11'): https://files.pythonhosted.org/packages/c2/a8/a924a09492bdfee8c2ec3094d0a13f2799800b4fdc9c890738aeeb12c72e/numpy-1.21.5.zip (from https://pypi.org/simple/numpy/) (requires-python:>=3.7,<3.11)
  Link requires a different Python (3.13.13 not in: '>=3.7,<3.11'): https://files.pythonhosted.org/packages/45/b7/de7b8e67f2232c26af57c205aaad29fe17754f793404f59c8a730c7a191a/numpy-1.21.6.zip (from https://pypi.org/simple/numpy/) (requires-python:>=3.7,<3.11)
  Link requires a different Python (3.13.13 not in: '<3.13,>=3.9'): https://files.pythonhosted.org/packages/55/b3/b13bce39ba82b7398c06d10446f5ffd5c07db39b09bd37370dc720c7951c/numpy-1.26.0.tar.gz (from https://pypi.org/simple/numpy/) (requires-python:<3.13,>=3.9)
  Link requires a different Python (3.13.13 not in: '<3.13,>=3.9'): https://files.pythonhosted.org/packages/78/23/f78fd8311e0f710fe1d065d50b92ce0057fe877b8ed7fd41b28ad6865bfc/numpy-1.26.1.tar.gz (from https://pypi.org/simple/numpy/) (requires-python:<3.13,>=3.9)
Collecting numpy
  Using cached numpy-2.4.6-cp313-cp313-android_24_arm64_v8a.whl
Installing collected packages: numpy
  Attempting uninstall: numpy
    Found existing installation: numpy 2.4.4
    Uninstalling numpy-2.4.4:
      Removing file or directory /data/data/com.termux/files/usr/lib/python3.13/site-packages/numpy-2.4.4.dist-info/
      Removing file or directory /data/data/com.termux/files/usr/lib/python3.13/site-packages/numpy/
      Successfully uninstalled numpy-2.4.4
  changing mode of /data/data/com.termux/files/usr/bin/f2py to 755
  changing mode of /data/data/com.termux/files/usr/bin/numpy-config to 755
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.
argostranslate 1.10.0 requires stanza==1.10.1, but you have stanza 1.12.2 which is incompatible.
Successfully installed numpy-2.4.6

real	0m5.946s
user	0m4.816s
sys	0m0.706s

So I added back numpy updates to pip_update.

update_all
Output:
Hit:1 https://mirrors.de.sahilister.net/termux/termux-main stable InRelease
Hit:2 https://mirrors.de.sahilister.net/termux/termux-root root InRelease
Hit:3 https://mirrors.de.sahilister.net/termux/termux-x11 x11 InRelease
Hit:4 https://nohajc.github.io termux InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
7 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  binutils clang libllvm lld llvm lua54 texlive-bin
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
Requirement already satisfied: argostranslate in /data/data/com.termux/files/usr/lib/python3.13/site-packages (1.10.0)
Collecting argostranslate
  Using cached argostranslate-1.11.0-py3-none-any.whl.metadata (9.7 kB)
Requirement already satisfied: ctranslate2<5,>=4.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from argostranslate) (4.7.1)
Collecting minisbd (from argostranslate)
  Using cached minisbd-0.9.5-py3-none-any.whl.metadata (47 kB)
Requirement already satisfied: packaging in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from argostranslate) (26.2)
Requirement already satisfied: sacremoses<0.2,>=0.0.53 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from argostranslate) (0.1.1)
Requirement already satisfied: sentencepiece<0.3,>=0.2.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from argostranslate) (0.2.1)
Requirement already satisfied: spacy in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from argostranslate) (3.8.13)
Collecting stanza==1.10.1 (from argostranslate)
  Using cached stanza-1.10.1-py3-none-any.whl.metadata (13 kB)
Requirement already satisfied: emoji in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (2.15.0)
Requirement already satisfied: numpy in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (2.4.6)
Requirement already satisfied: protobuf>=3.15.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (7.35.0)
Requirement already satisfied: requests in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (2.34.2)
Requirement already satisfied: networkx in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (3.6.1)
Requirement already satisfied: torch>=1.3.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (2.11.0)
Requirement already satisfied: tqdm in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (4.68.2)
Requirement already satisfied: setuptools in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from ctranslate2<5,>=4.0->argostranslate) (81.0.0)
Requirement already satisfied: pyyaml<7,>=5.3 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from ctranslate2<5,>=4.0->argostranslate) (6.0.3)
Requirement already satisfied: regex in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from sacremoses<0.2,>=0.0.53->argostranslate) (2026.5.9)
Requirement already satisfied: click in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from sacremoses<0.2,>=0.0.53->argostranslate) (8.4.1)
Requirement already satisfied: joblib in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from sacremoses<0.2,>=0.0.53->argostranslate) (1.5.3)
Requirement already satisfied: filelock in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.3.0->stanza==1.10.1->argostranslate) (3.29.1)
Requirement already satisfied: typing-extensions>=4.10.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.3.0->stanza==1.10.1->argostranslate) (4.15.0)
Requirement already satisfied: sympy>=1.13.3 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.3.0->stanza==1.10.1->argostranslate) (1.14.0)
Requirement already satisfied: jinja2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.3.0->stanza==1.10.1->argostranslate) (3.1.6)
Requirement already satisfied: fsspec>=0.8.5 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.3.0->stanza==1.10.1->argostranslate) (2026.4.0)
Requirement already satisfied: mpmath<1.4,>=1.1.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from sympy>=1.13.3->torch>=1.3.0->stanza==1.10.1->argostranslate) (1.3.0)
Requirement already satisfied: MarkupSafe>=2.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from jinja2->torch>=1.3.0->stanza==1.10.1->argostranslate) (3.0.3)
INFO: pip is looking at multiple versions of minisbd to determine which version is compatible with other requirements. This could take a while.
Collecting minisbd (from argostranslate)
  Using cached minisbd-0.9.4-py3-none-any.whl.metadata (47 kB)
  Using cached minisbd-0.9.3-py3-none-any.whl.metadata (47 kB)
  Using cached minisbd-0.9.2-py3-none-any.whl.metadata (47 kB)
  Using cached minisbd-0.9.1-py3-none-any.whl.metadata (47 kB)
  Using cached minisbd-0.9.0-py3-none-any.whl.metadata (47 kB)
Requirement already satisfied: charset_normalizer<4,>=2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from requests->stanza==1.10.1->argostranslate) (3.4.7)
Requirement already satisfied: idna<4,>=2.5 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from requests->stanza==1.10.1->argostranslate) (3.18)
Requirement already satisfied: urllib3<3,>=1.26 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from requests->stanza==1.10.1->argostranslate) (2.7.0)
Requirement already satisfied: certifi>=2023.5.7 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from requests->stanza==1.10.1->argostranslate) (2026.5.20)
Requirement already satisfied: spacy-legacy<3.1.0,>=3.0.11 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (3.0.12)
Requirement already satisfied: spacy-loggers<2.0.0,>=1.0.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (1.0.5)
Requirement already satisfied: murmurhash<1.1.0,>=0.28.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (1.0.15)
Requirement already satisfied: cymem<2.1.0,>=2.0.2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (2.0.13)
Requirement already satisfied: preshed<3.1.0,>=3.0.2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (3.0.13)
Requirement already satisfied: thinc<8.4.0,>=8.3.12 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (8.3.13)
Requirement already satisfied: wasabi<1.2.0,>=0.9.1 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (1.1.3)
Requirement already satisfied: srsly<3.0.0,>=2.5.3 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (2.5.3)
Requirement already satisfied: catalogue<2.1.0,>=2.0.6 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (2.0.10)
Requirement already satisfied: weasel<2.0.0,>=1.0.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (1.0.0)
Requirement already satisfied: confection<2.0.0,>=1.3.2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (1.3.3)
Requirement already satisfied: typer<1.0.0,>=0.3.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (0.26.7)
Requirement already satisfied: pydantic<3.0.0,>=2.0.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (2.13.4)
Requirement already satisfied: annotated-types>=0.6.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from pydantic<3.0.0,>=2.0.0->spacy->argostranslate) (0.7.0)
Requirement already satisfied: pydantic-core==2.46.4 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from pydantic<3.0.0,>=2.0.0->spacy->argostranslate) (2.46.4)
Requirement already satisfied: typing-inspection>=0.4.2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from pydantic<3.0.0,>=2.0.0->spacy->argostranslate) (0.4.2)
Requirement already satisfied: blis<1.4.0,>=1.3.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from thinc<8.4.0,>=8.3.12->spacy->argostranslate) (1.3.3)
Requirement already satisfied: shellingham>=1.3.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from typer<1.0.0,>=0.3.0->spacy->argostranslate) (1.5.4)
Requirement already satisfied: rich>=13.8.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from typer<1.0.0,>=0.3.0->spacy->argostranslate) (15.0.0)
Requirement already satisfied: annotated-doc>=0.0.2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from typer<1.0.0,>=0.3.0->spacy->argostranslate) (0.0.4)
Requirement already satisfied: cloudpathlib>=0.7.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from weasel<2.0.0,>=1.0.0->spacy->argostranslate) (0.24.0)
Requirement already satisfied: smart-open>=5.2.1 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from weasel<2.0.0,>=1.0.0->spacy->argostranslate) (7.6.1)
Requirement already satisfied: httpx>=0.24.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from weasel<2.0.0,>=1.0.0->spacy->argostranslate) (0.28.1)
Requirement already satisfied: anyio in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from httpx>=0.24.0->weasel<2.0.0,>=1.0.0->spacy->argostranslate) (4.13.0)
Requirement already satisfied: httpcore==1.* in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from httpx>=0.24.0->weasel<2.0.0,>=1.0.0->spacy->argostranslate) (1.0.9)
Requirement already satisfied: h11>=0.16 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from httpcore==1.*->httpx>=0.24.0->weasel<2.0.0,>=1.0.0->spacy->argostranslate) (0.16.0)
Requirement already satisfied: markdown-it-py>=2.2.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from rich>=13.8.0->typer<1.0.0,>=0.3.0->spacy->argostranslate) (4.2.0)
Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from rich>=13.8.0->typer<1.0.0,>=0.3.0->spacy->argostranslate) (2.20.0)
Requirement already satisfied: mdurl~=0.1 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from markdown-it-py>=2.2.0->rich>=13.8.0->typer<1.0.0,>=0.3.0->spacy->argostranslate) (0.1.2)
Requirement already satisfied: wrapt in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from smart-open>=5.2.1->weasel<2.0.0,>=1.0.0->spacy->argostranslate) (2.2.1)
Using cached stanza-1.10.1-py3-none-any.whl (1.1 MB)
Installing collected packages: stanza
  Attempting uninstall: stanza
    Found existing installation: stanza 1.12.2
    Uninstalling stanza-1.12.2:
      Successfully uninstalled stanza-1.12.2
Successfully installed stanza-1.10.1
Requirement already satisfied: mpmath in /data/data/com.termux/files/usr/lib/python3.13/site-packages (1.3.0)
Collecting mpmath
  Using cached mpmath-1.4.1-py3-none-any.whl.metadata (9.1 kB)
Using cached mpmath-1.4.1-py3-none-any.whl (567 kB)
Installing collected packages: mpmath
  Attempting uninstall: mpmath
    Found existing installation: mpmath 1.3.0
    Uninstalling mpmath-1.3.0:
      Successfully uninstalled mpmath-1.3.0
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.
sympy 1.14.0 requires mpmath<1.4,>=1.1.0, but you have mpmath 1.4.1 which is incompatible.
Successfully installed mpmath-1.4.1
Requirement already satisfied: pydantic_core in /data/data/com.termux/files/usr/lib/python3.13/site-packages (2.46.4)
Collecting pydantic_core
  Using cached pydantic_core-2.47.0.tar.gz (476 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: typing-extensions>=4.14.1 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from pydantic_core) (4.15.0)
Building wheels for collected packages: pydantic_core
  Building wheel for pydantic_core (pyproject.toml) ... done
  Created wheel for pydantic_core: filename=pydantic_core-2.47.0-cp313-cp313-android_36_arm64_v8a.whl size=1990935 sha256=8ff5a171028baeb6b85987d0a8734e183acf34c6af0b5b6945d7c0a149f07640
  Stored in directory: /data/data/com.termux/files/home/.cache/pip/wheels/02/a0/f5/58b14183c3c1e27807236d27ef911fad9cfeff70a824ab9f65
Successfully built pydantic_core
Installing collected packages: pydantic_core
  Attempting uninstall: pydantic_core
    Found existing installation: pydantic_core 2.46.4
    Uninstalling pydantic_core-2.46.4:
      Successfully uninstalled pydantic_core-2.46.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.
pydantic 2.13.4 requires pydantic-core==2.46.4, but you have pydantic-core 2.47.0 which is incompatible.
Successfully installed pydantic_core-2.47.0
Requirement already satisfied: setuptools in /data/data/com.termux/files/usr/lib/python3.13/site-packages (81.0.0)
Collecting setuptools
  Using cached setuptools-82.0.1-py3-none-any.whl.metadata (6.5 kB)
Using cached setuptools-82.0.1-py3-none-any.whl (1.0 MB)
Installing collected packages: setuptools
  Attempting uninstall: setuptools
    Found existing installation: setuptools 81.0.0
    Uninstalling setuptools-81.0.0:
      Successfully uninstalled setuptools-81.0.0
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.
torch 2.11.0 requires setuptools<82, but you have setuptools 82.0.1 which is incompatible.
Successfully installed setuptools-82.0.1
update_all
Output:
Hit:1 https://nohajc.github.io termux InRelease
Hit:2 https://mirrors.de.sahilister.net/termux/termux-main stable InRelease       
Hit:3 https://mirrors.de.sahilister.net/termux/termux-root root InRelease         
Hit:4 https://mirrors.de.sahilister.net/termux/termux-x11 x11 InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
7 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  binutils clang libllvm lld llvm lua54 texlive-bin
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
Requirement already satisfied: argostranslate in /data/data/com.termux/files/usr/lib/python3.13/site-packages (1.10.0)
Collecting argostranslate
  Using cached argostranslate-1.11.0-py3-none-any.whl.metadata (9.7 kB)
Requirement already satisfied: ctranslate2<5,>=4.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from argostranslate) (4.7.1)
Collecting minisbd (from argostranslate)
  Using cached minisbd-0.9.5-py3-none-any.whl.metadata (47 kB)
Requirement already satisfied: packaging in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from argostranslate) (26.2)
Requirement already satisfied: sacremoses<0.2,>=0.0.53 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from argostranslate) (0.1.1)
Requirement already satisfied: sentencepiece<0.3,>=0.2.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from argostranslate) (0.2.1)
Requirement already satisfied: spacy in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from argostranslate) (3.8.13)
Requirement already satisfied: stanza==1.10.1 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from argostranslate) (1.10.1)
Requirement already satisfied: emoji in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (2.15.0)
Requirement already satisfied: numpy in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (2.4.6)
Requirement already satisfied: protobuf>=3.15.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (7.35.0)
Requirement already satisfied: requests in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (2.34.2)
Requirement already satisfied: networkx in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (3.6.1)
Requirement already satisfied: torch>=1.3.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (2.11.0)
Requirement already satisfied: tqdm in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (4.68.2)
Requirement already satisfied: setuptools in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from ctranslate2<5,>=4.0->argostranslate) (82.0.1)
Requirement already satisfied: pyyaml<7,>=5.3 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from ctranslate2<5,>=4.0->argostranslate) (6.0.3)
Requirement already satisfied: regex in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from sacremoses<0.2,>=0.0.53->argostranslate) (2026.5.9)
Requirement already satisfied: click in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from sacremoses<0.2,>=0.0.53->argostranslate) (8.4.1)
Requirement already satisfied: joblib in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from sacremoses<0.2,>=0.0.53->argostranslate) (1.5.3)
Requirement already satisfied: filelock in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.3.0->stanza==1.10.1->argostranslate) (3.29.1)
Requirement already satisfied: typing-extensions>=4.10.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.3.0->stanza==1.10.1->argostranslate) (4.15.0)
Collecting setuptools (from ctranslate2<5,>=4.0->argostranslate)
  Using cached setuptools-81.0.0-py3-none-any.whl.metadata (6.6 kB)
Requirement already satisfied: sympy>=1.13.3 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.3.0->stanza==1.10.1->argostranslate) (1.14.0)
Requirement already satisfied: jinja2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.3.0->stanza==1.10.1->argostranslate) (3.1.6)
Requirement already satisfied: fsspec>=0.8.5 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.3.0->stanza==1.10.1->argostranslate) (2026.4.0)
Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->torch>=1.3.0->stanza==1.10.1->argostranslate)
  Using cached mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB)
Requirement already satisfied: MarkupSafe>=2.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from jinja2->torch>=1.3.0->stanza==1.10.1->argostranslate) (3.0.3)
INFO: pip is looking at multiple versions of minisbd to determine which version is compatible with other requirements. This could take a while.
Collecting minisbd (from argostranslate)
  Using cached minisbd-0.9.4-py3-none-any.whl.metadata (47 kB)
  Using cached minisbd-0.9.3-py3-none-any.whl.metadata (47 kB)
  Using cached minisbd-0.9.2-py3-none-any.whl.metadata (47 kB)
  Using cached minisbd-0.9.1-py3-none-any.whl.metadata (47 kB)
  Using cached minisbd-0.9.0-py3-none-any.whl.metadata (47 kB)
Requirement already satisfied: charset_normalizer<4,>=2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from requests->stanza==1.10.1->argostranslate) (3.4.7)
Requirement already satisfied: idna<4,>=2.5 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from requests->stanza==1.10.1->argostranslate) (3.18)
Requirement already satisfied: urllib3<3,>=1.26 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from requests->stanza==1.10.1->argostranslate) (2.7.0)
Requirement already satisfied: certifi>=2023.5.7 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from requests->stanza==1.10.1->argostranslate) (2026.5.20)
Requirement already satisfied: spacy-legacy<3.1.0,>=3.0.11 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (3.0.12)
Requirement already satisfied: spacy-loggers<2.0.0,>=1.0.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (1.0.5)
Requirement already satisfied: murmurhash<1.1.0,>=0.28.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (1.0.15)
Requirement already satisfied: cymem<2.1.0,>=2.0.2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (2.0.13)
Requirement already satisfied: preshed<3.1.0,>=3.0.2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (3.0.13)
Requirement already satisfied: thinc<8.4.0,>=8.3.12 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (8.3.13)
Requirement already satisfied: wasabi<1.2.0,>=0.9.1 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (1.1.3)
Requirement already satisfied: srsly<3.0.0,>=2.5.3 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (2.5.3)
Requirement already satisfied: catalogue<2.1.0,>=2.0.6 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (2.0.10)
Requirement already satisfied: weasel<2.0.0,>=1.0.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (1.0.0)
Requirement already satisfied: confection<2.0.0,>=1.3.2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (1.3.3)
Requirement already satisfied: typer<1.0.0,>=0.3.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (0.26.7)
Requirement already satisfied: pydantic<3.0.0,>=2.0.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (2.13.4)
Requirement already satisfied: annotated-types>=0.6.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from pydantic<3.0.0,>=2.0.0->spacy->argostranslate) (0.7.0)
Collecting pydantic-core==2.46.4 (from pydantic<3.0.0,>=2.0.0->spacy->argostranslate)
  Using cached pydantic_core-2.46.4.tar.gz (471 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: typing-inspection>=0.4.2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from pydantic<3.0.0,>=2.0.0->spacy->argostranslate) (0.4.2)
Requirement already satisfied: blis<1.4.0,>=1.3.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from thinc<8.4.0,>=8.3.12->spacy->argostranslate) (1.3.3)
Requirement already satisfied: shellingham>=1.3.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from typer<1.0.0,>=0.3.0->spacy->argostranslate) (1.5.4)
Requirement already satisfied: rich>=13.8.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from typer<1.0.0,>=0.3.0->spacy->argostranslate) (15.0.0)
Requirement already satisfied: annotated-doc>=0.0.2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from typer<1.0.0,>=0.3.0->spacy->argostranslate) (0.0.4)
Requirement already satisfied: cloudpathlib>=0.7.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from weasel<2.0.0,>=1.0.0->spacy->argostranslate) (0.24.0)
Requirement already satisfied: smart-open>=5.2.1 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from weasel<2.0.0,>=1.0.0->spacy->argostranslate) (7.6.1)
Requirement already satisfied: httpx>=0.24.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from weasel<2.0.0,>=1.0.0->spacy->argostranslate) (0.28.1)
Requirement already satisfied: anyio in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from httpx>=0.24.0->weasel<2.0.0,>=1.0.0->spacy->argostranslate) (4.13.0)
Requirement already satisfied: httpcore==1.* in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from httpx>=0.24.0->weasel<2.0.0,>=1.0.0->spacy->argostranslate) (1.0.9)
Requirement already satisfied: h11>=0.16 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from httpcore==1.*->httpx>=0.24.0->weasel<2.0.0,>=1.0.0->spacy->argostranslate) (0.16.0)
Requirement already satisfied: markdown-it-py>=2.2.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from rich>=13.8.0->typer<1.0.0,>=0.3.0->spacy->argostranslate) (4.2.0)
Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from rich>=13.8.0->typer<1.0.0,>=0.3.0->spacy->argostranslate) (2.20.0)
Requirement already satisfied: mdurl~=0.1 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from markdown-it-py>=2.2.0->rich>=13.8.0->typer<1.0.0,>=0.3.0->spacy->argostranslate) (0.1.2)
Requirement already satisfied: wrapt in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from smart-open>=5.2.1->weasel<2.0.0,>=1.0.0->spacy->argostranslate) (2.2.1)
Using cached setuptools-81.0.0-py3-none-any.whl (1.1 MB)
Using cached mpmath-1.3.0-py3-none-any.whl (536 kB)
Building wheels for collected packages: pydantic-core
  Building wheel for pydantic-core (pyproject.toml) ... done
  Created wheel for pydantic-core: filename=pydantic_core-2.46.4-cp313-cp313-android_36_arm64_v8a.whl size=1989221 sha256=236dbea7304ed1e1cac9b462ae1e0c6921270ba1cff60230984f51c6f62f7492
  Stored in directory: /data/data/com.termux/files/home/.cache/pip/wheels/48/a7/15/57f4db5093aea7d4d90d667ae50a8daa8710b60dca13aca811
Successfully built pydantic-core
Installing collected packages: mpmath, setuptools, pydantic-core
  Attempting uninstall: mpmath
    Found existing installation: mpmath 1.4.1
    Uninstalling mpmath-1.4.1:
      Successfully uninstalled mpmath-1.4.1
  Attempting uninstall: setuptools
    Found existing installation: setuptools 82.0.1
    Uninstalling setuptools-82.0.1:
      Successfully uninstalled setuptools-82.0.1
  Attempting uninstall: pydantic-core
    Found existing installation: pydantic_core 2.47.0
    Uninstalling pydantic_core-2.47.0:
      Successfully uninstalled pydantic_core-2.47.0
Successfully installed mpmath-1.3.0 pydantic-core-2.46.4 setuptools-81.0.0
Requirement already satisfied: stanza in /data/data/com.termux/files/usr/lib/python3.13/site-packages (1.10.1)
Collecting stanza
  Using cached stanza-1.12.2-py3-none-any.whl.metadata (14 kB)
Requirement already satisfied: emoji in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza) (2.15.0)
Requirement already satisfied: numpy in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza) (2.4.6)
Requirement already satisfied: platformdirs in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza) (4.10.0)
Requirement already satisfied: protobuf>=3.15.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza) (7.35.0)
Requirement already satisfied: requests in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza) (2.34.2)
Requirement already satisfied: networkx in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza) (3.6.1)
Requirement already satisfied: torch>=1.13.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza) (2.11.0)
Requirement already satisfied: tqdm in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza) (4.68.2)
Requirement already satisfied: udtools>=0.2.4 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza) (0.2.7)
Requirement already satisfied: filelock in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.13.0->stanza) (3.29.1)
Requirement already satisfied: typing-extensions>=4.10.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.13.0->stanza) (4.15.0)
Requirement already satisfied: setuptools<82 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.13.0->stanza) (81.0.0)
Requirement already satisfied: sympy>=1.13.3 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.13.0->stanza) (1.14.0)
Requirement already satisfied: jinja2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.13.0->stanza) (3.1.6)
Requirement already satisfied: fsspec>=0.8.5 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.13.0->stanza) (2026.4.0)
Requirement already satisfied: mpmath<1.4,>=1.1.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from sympy>=1.13.3->torch>=1.13.0->stanza) (1.3.0)
Requirement already satisfied: udapi>=0.5.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from udtools>=0.2.4->stanza) (0.5.2)
Requirement already satisfied: regex>=2020.09.27 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from udtools>=0.2.4->stanza) (2026.5.9)
Requirement already satisfied: colorama in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from udapi>=0.5.0->udtools>=0.2.4->stanza) (0.4.6)
Requirement already satisfied: termcolor in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from udapi>=0.5.0->udtools>=0.2.4->stanza) (3.3.0)
Requirement already satisfied: MarkupSafe>=2.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from jinja2->torch>=1.13.0->stanza) (3.0.3)
Requirement already satisfied: charset_normalizer<4,>=2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from requests->stanza) (3.4.7)
Requirement already satisfied: idna<4,>=2.5 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from requests->stanza) (3.18)
Requirement already satisfied: urllib3<3,>=1.26 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from requests->stanza) (2.7.0)
Requirement already satisfied: certifi>=2023.5.7 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from requests->stanza) (2026.5.20)
Using cached stanza-1.12.2-py3-none-any.whl (1.8 MB)
Installing collected packages: stanza
  Attempting uninstall: stanza
    Found existing installation: stanza 1.10.1
    Uninstalling stanza-1.10.1:
      Successfully uninstalled stanza-1.10.1
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.
argostranslate 1.10.0 requires stanza==1.10.1, but you have stanza 1.12.2 which is incompatible.
Successfully installed stanza-1.12.2
```bash time pip install -U --verbose numpy ``` <details> <summary>Output:</summary> ``` Using pip 26.1.2 from /data/data/com.termux/files/usr/lib/python3.13/site-packages/pip (python 3.13) Requirement already satisfied: numpy in /data/data/com.termux/files/usr/lib/python3.13/site-packages (2.4.4) Link requires a different Python (3.13.13 not in: '>=3.7,<3.11'): https://files.pythonhosted.org/packages/3a/be/650f9c091ef71cb01d735775d554e068752d3ff63d7943b26316dc401749/numpy-1.21.2.zip (from https://pypi.org/simple/numpy/) (requires-python:>=3.7,<3.11) Link requires a different Python (3.13.13 not in: '>=3.7,<3.11'): https://files.pythonhosted.org/packages/5f/d6/ad58ded26556eaeaa8c971e08b6466f17c4ac4d786cd3d800e26ce59cc01/numpy-1.21.3.zip (from https://pypi.org/simple/numpy/) (requires-python:>=3.7,<3.11) Link requires a different Python (3.13.13 not in: '>=3.7,<3.11'): https://files.pythonhosted.org/packages/fb/48/b0708ebd7718a8933f0d3937513ef8ef2f4f04529f1f66ca86d873043921/numpy-1.21.4.zip (from https://pypi.org/simple/numpy/) (requires-python:>=3.7,<3.11) Link requires a different Python (3.13.13 not in: '>=3.7,<3.11'): https://files.pythonhosted.org/packages/c2/a8/a924a09492bdfee8c2ec3094d0a13f2799800b4fdc9c890738aeeb12c72e/numpy-1.21.5.zip (from https://pypi.org/simple/numpy/) (requires-python:>=3.7,<3.11) Link requires a different Python (3.13.13 not in: '>=3.7,<3.11'): https://files.pythonhosted.org/packages/45/b7/de7b8e67f2232c26af57c205aaad29fe17754f793404f59c8a730c7a191a/numpy-1.21.6.zip (from https://pypi.org/simple/numpy/) (requires-python:>=3.7,<3.11) Link requires a different Python (3.13.13 not in: '<3.13,>=3.9'): https://files.pythonhosted.org/packages/55/b3/b13bce39ba82b7398c06d10446f5ffd5c07db39b09bd37370dc720c7951c/numpy-1.26.0.tar.gz (from https://pypi.org/simple/numpy/) (requires-python:<3.13,>=3.9) Link requires a different Python (3.13.13 not in: '<3.13,>=3.9'): https://files.pythonhosted.org/packages/78/23/f78fd8311e0f710fe1d065d50b92ce0057fe877b8ed7fd41b28ad6865bfc/numpy-1.26.1.tar.gz (from https://pypi.org/simple/numpy/) (requires-python:<3.13,>=3.9) Collecting numpy Using cached numpy-2.4.6-cp313-cp313-android_24_arm64_v8a.whl Installing collected packages: numpy Attempting uninstall: numpy Found existing installation: numpy 2.4.4 Uninstalling numpy-2.4.4: Removing file or directory /data/data/com.termux/files/usr/lib/python3.13/site-packages/numpy-2.4.4.dist-info/ Removing file or directory /data/data/com.termux/files/usr/lib/python3.13/site-packages/numpy/ Successfully uninstalled numpy-2.4.4 changing mode of /data/data/com.termux/files/usr/bin/f2py to 755 changing mode of /data/data/com.termux/files/usr/bin/numpy-config to 755 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. argostranslate 1.10.0 requires stanza==1.10.1, but you have stanza 1.12.2 which is incompatible. Successfully installed numpy-2.4.6 real 0m5.946s user 0m4.816s sys 0m0.706s ``` </details> So I added back `numpy` updates to `pip_update`. ``` update_all ``` <details> <summary>Output:</summary> ``` Hit:1 https://mirrors.de.sahilister.net/termux/termux-main stable InRelease Hit:2 https://mirrors.de.sahilister.net/termux/termux-root root InRelease Hit:3 https://mirrors.de.sahilister.net/termux/termux-x11 x11 InRelease Hit:4 https://nohajc.github.io termux InRelease Reading package lists... Done Building dependency tree... Done Reading state information... Done 7 packages can be upgraded. Run 'apt list --upgradable' to see them. Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done The following packages have been kept back: binutils clang libllvm lld llvm lua54 texlive-bin 0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded. Reading package lists... Done Building dependency tree... Done Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded. Requirement already satisfied: argostranslate in /data/data/com.termux/files/usr/lib/python3.13/site-packages (1.10.0) Collecting argostranslate Using cached argostranslate-1.11.0-py3-none-any.whl.metadata (9.7 kB) Requirement already satisfied: ctranslate2<5,>=4.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from argostranslate) (4.7.1) Collecting minisbd (from argostranslate) Using cached minisbd-0.9.5-py3-none-any.whl.metadata (47 kB) Requirement already satisfied: packaging in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from argostranslate) (26.2) Requirement already satisfied: sacremoses<0.2,>=0.0.53 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from argostranslate) (0.1.1) Requirement already satisfied: sentencepiece<0.3,>=0.2.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from argostranslate) (0.2.1) Requirement already satisfied: spacy in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from argostranslate) (3.8.13) Collecting stanza==1.10.1 (from argostranslate) Using cached stanza-1.10.1-py3-none-any.whl.metadata (13 kB) Requirement already satisfied: emoji in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (2.15.0) Requirement already satisfied: numpy in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (2.4.6) Requirement already satisfied: protobuf>=3.15.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (7.35.0) Requirement already satisfied: requests in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (2.34.2) Requirement already satisfied: networkx in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (3.6.1) Requirement already satisfied: torch>=1.3.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (2.11.0) Requirement already satisfied: tqdm in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (4.68.2) Requirement already satisfied: setuptools in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from ctranslate2<5,>=4.0->argostranslate) (81.0.0) Requirement already satisfied: pyyaml<7,>=5.3 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from ctranslate2<5,>=4.0->argostranslate) (6.0.3) Requirement already satisfied: regex in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from sacremoses<0.2,>=0.0.53->argostranslate) (2026.5.9) Requirement already satisfied: click in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from sacremoses<0.2,>=0.0.53->argostranslate) (8.4.1) Requirement already satisfied: joblib in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from sacremoses<0.2,>=0.0.53->argostranslate) (1.5.3) Requirement already satisfied: filelock in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.3.0->stanza==1.10.1->argostranslate) (3.29.1) Requirement already satisfied: typing-extensions>=4.10.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.3.0->stanza==1.10.1->argostranslate) (4.15.0) Requirement already satisfied: sympy>=1.13.3 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.3.0->stanza==1.10.1->argostranslate) (1.14.0) Requirement already satisfied: jinja2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.3.0->stanza==1.10.1->argostranslate) (3.1.6) Requirement already satisfied: fsspec>=0.8.5 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.3.0->stanza==1.10.1->argostranslate) (2026.4.0) Requirement already satisfied: mpmath<1.4,>=1.1.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from sympy>=1.13.3->torch>=1.3.0->stanza==1.10.1->argostranslate) (1.3.0) Requirement already satisfied: MarkupSafe>=2.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from jinja2->torch>=1.3.0->stanza==1.10.1->argostranslate) (3.0.3) INFO: pip is looking at multiple versions of minisbd to determine which version is compatible with other requirements. This could take a while. Collecting minisbd (from argostranslate) Using cached minisbd-0.9.4-py3-none-any.whl.metadata (47 kB) Using cached minisbd-0.9.3-py3-none-any.whl.metadata (47 kB) Using cached minisbd-0.9.2-py3-none-any.whl.metadata (47 kB) Using cached minisbd-0.9.1-py3-none-any.whl.metadata (47 kB) Using cached minisbd-0.9.0-py3-none-any.whl.metadata (47 kB) Requirement already satisfied: charset_normalizer<4,>=2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from requests->stanza==1.10.1->argostranslate) (3.4.7) Requirement already satisfied: idna<4,>=2.5 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from requests->stanza==1.10.1->argostranslate) (3.18) Requirement already satisfied: urllib3<3,>=1.26 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from requests->stanza==1.10.1->argostranslate) (2.7.0) Requirement already satisfied: certifi>=2023.5.7 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from requests->stanza==1.10.1->argostranslate) (2026.5.20) Requirement already satisfied: spacy-legacy<3.1.0,>=3.0.11 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (3.0.12) Requirement already satisfied: spacy-loggers<2.0.0,>=1.0.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (1.0.5) Requirement already satisfied: murmurhash<1.1.0,>=0.28.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (1.0.15) Requirement already satisfied: cymem<2.1.0,>=2.0.2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (2.0.13) Requirement already satisfied: preshed<3.1.0,>=3.0.2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (3.0.13) Requirement already satisfied: thinc<8.4.0,>=8.3.12 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (8.3.13) Requirement already satisfied: wasabi<1.2.0,>=0.9.1 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (1.1.3) Requirement already satisfied: srsly<3.0.0,>=2.5.3 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (2.5.3) Requirement already satisfied: catalogue<2.1.0,>=2.0.6 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (2.0.10) Requirement already satisfied: weasel<2.0.0,>=1.0.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (1.0.0) Requirement already satisfied: confection<2.0.0,>=1.3.2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (1.3.3) Requirement already satisfied: typer<1.0.0,>=0.3.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (0.26.7) Requirement already satisfied: pydantic<3.0.0,>=2.0.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (2.13.4) Requirement already satisfied: annotated-types>=0.6.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from pydantic<3.0.0,>=2.0.0->spacy->argostranslate) (0.7.0) Requirement already satisfied: pydantic-core==2.46.4 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from pydantic<3.0.0,>=2.0.0->spacy->argostranslate) (2.46.4) Requirement already satisfied: typing-inspection>=0.4.2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from pydantic<3.0.0,>=2.0.0->spacy->argostranslate) (0.4.2) Requirement already satisfied: blis<1.4.0,>=1.3.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from thinc<8.4.0,>=8.3.12->spacy->argostranslate) (1.3.3) Requirement already satisfied: shellingham>=1.3.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from typer<1.0.0,>=0.3.0->spacy->argostranslate) (1.5.4) Requirement already satisfied: rich>=13.8.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from typer<1.0.0,>=0.3.0->spacy->argostranslate) (15.0.0) Requirement already satisfied: annotated-doc>=0.0.2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from typer<1.0.0,>=0.3.0->spacy->argostranslate) (0.0.4) Requirement already satisfied: cloudpathlib>=0.7.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from weasel<2.0.0,>=1.0.0->spacy->argostranslate) (0.24.0) Requirement already satisfied: smart-open>=5.2.1 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from weasel<2.0.0,>=1.0.0->spacy->argostranslate) (7.6.1) Requirement already satisfied: httpx>=0.24.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from weasel<2.0.0,>=1.0.0->spacy->argostranslate) (0.28.1) Requirement already satisfied: anyio in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from httpx>=0.24.0->weasel<2.0.0,>=1.0.0->spacy->argostranslate) (4.13.0) Requirement already satisfied: httpcore==1.* in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from httpx>=0.24.0->weasel<2.0.0,>=1.0.0->spacy->argostranslate) (1.0.9) Requirement already satisfied: h11>=0.16 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from httpcore==1.*->httpx>=0.24.0->weasel<2.0.0,>=1.0.0->spacy->argostranslate) (0.16.0) Requirement already satisfied: markdown-it-py>=2.2.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from rich>=13.8.0->typer<1.0.0,>=0.3.0->spacy->argostranslate) (4.2.0) Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from rich>=13.8.0->typer<1.0.0,>=0.3.0->spacy->argostranslate) (2.20.0) Requirement already satisfied: mdurl~=0.1 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from markdown-it-py>=2.2.0->rich>=13.8.0->typer<1.0.0,>=0.3.0->spacy->argostranslate) (0.1.2) Requirement already satisfied: wrapt in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from smart-open>=5.2.1->weasel<2.0.0,>=1.0.0->spacy->argostranslate) (2.2.1) Using cached stanza-1.10.1-py3-none-any.whl (1.1 MB) Installing collected packages: stanza Attempting uninstall: stanza Found existing installation: stanza 1.12.2 Uninstalling stanza-1.12.2: Successfully uninstalled stanza-1.12.2 Successfully installed stanza-1.10.1 Requirement already satisfied: mpmath in /data/data/com.termux/files/usr/lib/python3.13/site-packages (1.3.0) Collecting mpmath Using cached mpmath-1.4.1-py3-none-any.whl.metadata (9.1 kB) Using cached mpmath-1.4.1-py3-none-any.whl (567 kB) Installing collected packages: mpmath Attempting uninstall: mpmath Found existing installation: mpmath 1.3.0 Uninstalling mpmath-1.3.0: Successfully uninstalled mpmath-1.3.0 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. sympy 1.14.0 requires mpmath<1.4,>=1.1.0, but you have mpmath 1.4.1 which is incompatible. Successfully installed mpmath-1.4.1 Requirement already satisfied: pydantic_core in /data/data/com.termux/files/usr/lib/python3.13/site-packages (2.46.4) Collecting pydantic_core Using cached pydantic_core-2.47.0.tar.gz (476 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Requirement already satisfied: typing-extensions>=4.14.1 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from pydantic_core) (4.15.0) Building wheels for collected packages: pydantic_core Building wheel for pydantic_core (pyproject.toml) ... done Created wheel for pydantic_core: filename=pydantic_core-2.47.0-cp313-cp313-android_36_arm64_v8a.whl size=1990935 sha256=8ff5a171028baeb6b85987d0a8734e183acf34c6af0b5b6945d7c0a149f07640 Stored in directory: /data/data/com.termux/files/home/.cache/pip/wheels/02/a0/f5/58b14183c3c1e27807236d27ef911fad9cfeff70a824ab9f65 Successfully built pydantic_core Installing collected packages: pydantic_core Attempting uninstall: pydantic_core Found existing installation: pydantic_core 2.46.4 Uninstalling pydantic_core-2.46.4: Successfully uninstalled pydantic_core-2.46.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. pydantic 2.13.4 requires pydantic-core==2.46.4, but you have pydantic-core 2.47.0 which is incompatible. Successfully installed pydantic_core-2.47.0 Requirement already satisfied: setuptools in /data/data/com.termux/files/usr/lib/python3.13/site-packages (81.0.0) Collecting setuptools Using cached setuptools-82.0.1-py3-none-any.whl.metadata (6.5 kB) Using cached setuptools-82.0.1-py3-none-any.whl (1.0 MB) Installing collected packages: setuptools Attempting uninstall: setuptools Found existing installation: setuptools 81.0.0 Uninstalling setuptools-81.0.0: Successfully uninstalled setuptools-81.0.0 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. torch 2.11.0 requires setuptools<82, but you have setuptools 82.0.1 which is incompatible. Successfully installed setuptools-82.0.1 ``` </details> ``` update_all ``` <details> <summary>Output:</summary> ``` Hit:1 https://nohajc.github.io termux InRelease Hit:2 https://mirrors.de.sahilister.net/termux/termux-main stable InRelease Hit:3 https://mirrors.de.sahilister.net/termux/termux-root root InRelease Hit:4 https://mirrors.de.sahilister.net/termux/termux-x11 x11 InRelease Reading package lists... Done Building dependency tree... Done Reading state information... Done 7 packages can be upgraded. Run 'apt list --upgradable' to see them. Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done The following packages have been kept back: binutils clang libllvm lld llvm lua54 texlive-bin 0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded. Reading package lists... Done Building dependency tree... Done Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded. Requirement already satisfied: argostranslate in /data/data/com.termux/files/usr/lib/python3.13/site-packages (1.10.0) Collecting argostranslate Using cached argostranslate-1.11.0-py3-none-any.whl.metadata (9.7 kB) Requirement already satisfied: ctranslate2<5,>=4.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from argostranslate) (4.7.1) Collecting minisbd (from argostranslate) Using cached minisbd-0.9.5-py3-none-any.whl.metadata (47 kB) Requirement already satisfied: packaging in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from argostranslate) (26.2) Requirement already satisfied: sacremoses<0.2,>=0.0.53 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from argostranslate) (0.1.1) Requirement already satisfied: sentencepiece<0.3,>=0.2.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from argostranslate) (0.2.1) Requirement already satisfied: spacy in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from argostranslate) (3.8.13) Requirement already satisfied: stanza==1.10.1 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from argostranslate) (1.10.1) Requirement already satisfied: emoji in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (2.15.0) Requirement already satisfied: numpy in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (2.4.6) Requirement already satisfied: protobuf>=3.15.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (7.35.0) Requirement already satisfied: requests in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (2.34.2) Requirement already satisfied: networkx in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (3.6.1) Requirement already satisfied: torch>=1.3.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (2.11.0) Requirement already satisfied: tqdm in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza==1.10.1->argostranslate) (4.68.2) Requirement already satisfied: setuptools in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from ctranslate2<5,>=4.0->argostranslate) (82.0.1) Requirement already satisfied: pyyaml<7,>=5.3 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from ctranslate2<5,>=4.0->argostranslate) (6.0.3) Requirement already satisfied: regex in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from sacremoses<0.2,>=0.0.53->argostranslate) (2026.5.9) Requirement already satisfied: click in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from sacremoses<0.2,>=0.0.53->argostranslate) (8.4.1) Requirement already satisfied: joblib in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from sacremoses<0.2,>=0.0.53->argostranslate) (1.5.3) Requirement already satisfied: filelock in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.3.0->stanza==1.10.1->argostranslate) (3.29.1) Requirement already satisfied: typing-extensions>=4.10.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.3.0->stanza==1.10.1->argostranslate) (4.15.0) Collecting setuptools (from ctranslate2<5,>=4.0->argostranslate) Using cached setuptools-81.0.0-py3-none-any.whl.metadata (6.6 kB) Requirement already satisfied: sympy>=1.13.3 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.3.0->stanza==1.10.1->argostranslate) (1.14.0) Requirement already satisfied: jinja2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.3.0->stanza==1.10.1->argostranslate) (3.1.6) Requirement already satisfied: fsspec>=0.8.5 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.3.0->stanza==1.10.1->argostranslate) (2026.4.0) Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->torch>=1.3.0->stanza==1.10.1->argostranslate) Using cached mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) Requirement already satisfied: MarkupSafe>=2.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from jinja2->torch>=1.3.0->stanza==1.10.1->argostranslate) (3.0.3) INFO: pip is looking at multiple versions of minisbd to determine which version is compatible with other requirements. This could take a while. Collecting minisbd (from argostranslate) Using cached minisbd-0.9.4-py3-none-any.whl.metadata (47 kB) Using cached minisbd-0.9.3-py3-none-any.whl.metadata (47 kB) Using cached minisbd-0.9.2-py3-none-any.whl.metadata (47 kB) Using cached minisbd-0.9.1-py3-none-any.whl.metadata (47 kB) Using cached minisbd-0.9.0-py3-none-any.whl.metadata (47 kB) Requirement already satisfied: charset_normalizer<4,>=2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from requests->stanza==1.10.1->argostranslate) (3.4.7) Requirement already satisfied: idna<4,>=2.5 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from requests->stanza==1.10.1->argostranslate) (3.18) Requirement already satisfied: urllib3<3,>=1.26 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from requests->stanza==1.10.1->argostranslate) (2.7.0) Requirement already satisfied: certifi>=2023.5.7 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from requests->stanza==1.10.1->argostranslate) (2026.5.20) Requirement already satisfied: spacy-legacy<3.1.0,>=3.0.11 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (3.0.12) Requirement already satisfied: spacy-loggers<2.0.0,>=1.0.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (1.0.5) Requirement already satisfied: murmurhash<1.1.0,>=0.28.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (1.0.15) Requirement already satisfied: cymem<2.1.0,>=2.0.2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (2.0.13) Requirement already satisfied: preshed<3.1.0,>=3.0.2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (3.0.13) Requirement already satisfied: thinc<8.4.0,>=8.3.12 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (8.3.13) Requirement already satisfied: wasabi<1.2.0,>=0.9.1 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (1.1.3) Requirement already satisfied: srsly<3.0.0,>=2.5.3 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (2.5.3) Requirement already satisfied: catalogue<2.1.0,>=2.0.6 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (2.0.10) Requirement already satisfied: weasel<2.0.0,>=1.0.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (1.0.0) Requirement already satisfied: confection<2.0.0,>=1.3.2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (1.3.3) Requirement already satisfied: typer<1.0.0,>=0.3.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (0.26.7) Requirement already satisfied: pydantic<3.0.0,>=2.0.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from spacy->argostranslate) (2.13.4) Requirement already satisfied: annotated-types>=0.6.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from pydantic<3.0.0,>=2.0.0->spacy->argostranslate) (0.7.0) Collecting pydantic-core==2.46.4 (from pydantic<3.0.0,>=2.0.0->spacy->argostranslate) Using cached pydantic_core-2.46.4.tar.gz (471 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Requirement already satisfied: typing-inspection>=0.4.2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from pydantic<3.0.0,>=2.0.0->spacy->argostranslate) (0.4.2) Requirement already satisfied: blis<1.4.0,>=1.3.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from thinc<8.4.0,>=8.3.12->spacy->argostranslate) (1.3.3) Requirement already satisfied: shellingham>=1.3.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from typer<1.0.0,>=0.3.0->spacy->argostranslate) (1.5.4) Requirement already satisfied: rich>=13.8.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from typer<1.0.0,>=0.3.0->spacy->argostranslate) (15.0.0) Requirement already satisfied: annotated-doc>=0.0.2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from typer<1.0.0,>=0.3.0->spacy->argostranslate) (0.0.4) Requirement already satisfied: cloudpathlib>=0.7.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from weasel<2.0.0,>=1.0.0->spacy->argostranslate) (0.24.0) Requirement already satisfied: smart-open>=5.2.1 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from weasel<2.0.0,>=1.0.0->spacy->argostranslate) (7.6.1) Requirement already satisfied: httpx>=0.24.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from weasel<2.0.0,>=1.0.0->spacy->argostranslate) (0.28.1) Requirement already satisfied: anyio in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from httpx>=0.24.0->weasel<2.0.0,>=1.0.0->spacy->argostranslate) (4.13.0) Requirement already satisfied: httpcore==1.* in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from httpx>=0.24.0->weasel<2.0.0,>=1.0.0->spacy->argostranslate) (1.0.9) Requirement already satisfied: h11>=0.16 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from httpcore==1.*->httpx>=0.24.0->weasel<2.0.0,>=1.0.0->spacy->argostranslate) (0.16.0) Requirement already satisfied: markdown-it-py>=2.2.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from rich>=13.8.0->typer<1.0.0,>=0.3.0->spacy->argostranslate) (4.2.0) Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from rich>=13.8.0->typer<1.0.0,>=0.3.0->spacy->argostranslate) (2.20.0) Requirement already satisfied: mdurl~=0.1 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from markdown-it-py>=2.2.0->rich>=13.8.0->typer<1.0.0,>=0.3.0->spacy->argostranslate) (0.1.2) Requirement already satisfied: wrapt in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from smart-open>=5.2.1->weasel<2.0.0,>=1.0.0->spacy->argostranslate) (2.2.1) Using cached setuptools-81.0.0-py3-none-any.whl (1.1 MB) Using cached mpmath-1.3.0-py3-none-any.whl (536 kB) Building wheels for collected packages: pydantic-core Building wheel for pydantic-core (pyproject.toml) ... done Created wheel for pydantic-core: filename=pydantic_core-2.46.4-cp313-cp313-android_36_arm64_v8a.whl size=1989221 sha256=236dbea7304ed1e1cac9b462ae1e0c6921270ba1cff60230984f51c6f62f7492 Stored in directory: /data/data/com.termux/files/home/.cache/pip/wheels/48/a7/15/57f4db5093aea7d4d90d667ae50a8daa8710b60dca13aca811 Successfully built pydantic-core Installing collected packages: mpmath, setuptools, pydantic-core Attempting uninstall: mpmath Found existing installation: mpmath 1.4.1 Uninstalling mpmath-1.4.1: Successfully uninstalled mpmath-1.4.1 Attempting uninstall: setuptools Found existing installation: setuptools 82.0.1 Uninstalling setuptools-82.0.1: Successfully uninstalled setuptools-82.0.1 Attempting uninstall: pydantic-core Found existing installation: pydantic_core 2.47.0 Uninstalling pydantic_core-2.47.0: Successfully uninstalled pydantic_core-2.47.0 Successfully installed mpmath-1.3.0 pydantic-core-2.46.4 setuptools-81.0.0 Requirement already satisfied: stanza in /data/data/com.termux/files/usr/lib/python3.13/site-packages (1.10.1) Collecting stanza Using cached stanza-1.12.2-py3-none-any.whl.metadata (14 kB) Requirement already satisfied: emoji in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza) (2.15.0) Requirement already satisfied: numpy in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza) (2.4.6) Requirement already satisfied: platformdirs in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza) (4.10.0) Requirement already satisfied: protobuf>=3.15.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza) (7.35.0) Requirement already satisfied: requests in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza) (2.34.2) Requirement already satisfied: networkx in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza) (3.6.1) Requirement already satisfied: torch>=1.13.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza) (2.11.0) Requirement already satisfied: tqdm in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza) (4.68.2) Requirement already satisfied: udtools>=0.2.4 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from stanza) (0.2.7) Requirement already satisfied: filelock in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.13.0->stanza) (3.29.1) Requirement already satisfied: typing-extensions>=4.10.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.13.0->stanza) (4.15.0) Requirement already satisfied: setuptools<82 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.13.0->stanza) (81.0.0) Requirement already satisfied: sympy>=1.13.3 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.13.0->stanza) (1.14.0) Requirement already satisfied: jinja2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.13.0->stanza) (3.1.6) Requirement already satisfied: fsspec>=0.8.5 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from torch>=1.13.0->stanza) (2026.4.0) Requirement already satisfied: mpmath<1.4,>=1.1.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from sympy>=1.13.3->torch>=1.13.0->stanza) (1.3.0) Requirement already satisfied: udapi>=0.5.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from udtools>=0.2.4->stanza) (0.5.2) Requirement already satisfied: regex>=2020.09.27 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from udtools>=0.2.4->stanza) (2026.5.9) Requirement already satisfied: colorama in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from udapi>=0.5.0->udtools>=0.2.4->stanza) (0.4.6) Requirement already satisfied: termcolor in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from udapi>=0.5.0->udtools>=0.2.4->stanza) (3.3.0) Requirement already satisfied: MarkupSafe>=2.0 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from jinja2->torch>=1.13.0->stanza) (3.0.3) Requirement already satisfied: charset_normalizer<4,>=2 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from requests->stanza) (3.4.7) Requirement already satisfied: idna<4,>=2.5 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from requests->stanza) (3.18) Requirement already satisfied: urllib3<3,>=1.26 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from requests->stanza) (2.7.0) Requirement already satisfied: certifi>=2023.5.7 in /data/data/com.termux/files/usr/lib/python3.13/site-packages (from requests->stanza) (2026.5.20) Using cached stanza-1.12.2-py3-none-any.whl (1.8 MB) Installing collected packages: stanza Attempting uninstall: stanza Found existing installation: stanza 1.10.1 Uninstalling stanza-1.10.1: Successfully uninstalled stanza-1.10.1 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. argostranslate 1.10.0 requires stanza==1.10.1, but you have stanza 1.12.2 which is incompatible. Successfully installed stanza-1.12.2 ``` </details>
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Benjamin_Loison/numpy#6