Can not install kiwisolver
Hello i am trying to install kiwisolver but it is failing to build wheels.
Solution:Jump to solution
CC=clang-16 CXX=clang-16 pip install kiwisolver seems to have fixed it! Thanks
8 Replies
see the workaround here https://github.com/termux/termux-packages/issues/20039
read the full thread before trying.
Ah so the wheel issue is not tied directly to the package but it is more general like a compiler?
Yeah
I see. Ima try the fix as soon as i got the time. Kinda semi afk rn
It seems like i cant install the tur repo since it needs the kiwisolver to do so lol
Hmm i think something else might be wrong
tur-repo does not need kiwisolver
It seems to try to install kiwisolver when i run other commands too like pkg update
Really odd
Solution
CC=clang-16 CXX=clang-16 pip install kiwisolver seems to have fixed it! Thanks