owokitty
It won't let me install
hmm unusual error
i tested both v0.119.0-beta.2 and v0.118.2 clean installed on android 15 just now and they aren't showing that
@♱Skullcandy!♱
if you try one of the older releases like for example termux v0.118.1, does the same error happen?
79 replies
Termux Android Jupyter Notebook
i think that on february 17
pkg install python-pillow
was not needed because i ran exactly that in clean installed termux app and it worked, but between february 17 and february 20 a dependency of one of the packages changed so now python-pillow
is required, because now i also have to use pkg install python-pillow
278 replies
Termux Android Jupyter Notebook
also could you send the result of
uname -m
command? (because if your uname -m
command shows aarch64
then this will work but if it shows anything else like armv8l
or armv7l
then the flang
part will not work)278 replies
Termux Android Jupyter Notebook
pkg upgrade -y
pkg install -y python python-scipy flang git build-essential cmake ninja libopenblas libandroid-execinfo patchelf binutils-is-llvm
pip install setuptools setuptools-scm cython meson-python pythran wheel packaging pyproject_metadata versioneer matplotlib
278 replies