TermuxT
Termux2y ago
13 replies
DevonX

Can not install kiwisolver

Hello i am trying to install kiwisolver but it is failing to build wheels.
aarch64-linux-android-clang++: error: unknown argument: '-fno-openmp-implicit-rpath'
      aarch64-linux-android-clang++: error: unknown argument: '-fno-openmp-implicit-rpath'
      error: command '/data/data/com.termux/files/usr/bin/aarch64-linux-android-clang++' failed with exit code 1
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for kiwisolver
Failed to build kiwisolver
ERROR: Could not build wheels for kiwisolver, which is required to install pyproject.toml-based projects
Solution
CC=clang-16 CXX=clang-16 pip install kiwisolver seems to have fixed it! Thanks
Was this page helpful?